@@ -259,62 +259,32 @@ private static String readPerfEventsParanoidSetting() {
259
259
260
260
@ Override
261
261
public String toString () {
262
+ // spotless:off
262
263
return "{"
263
- + "kind='"
264
- + profilerKind ()
265
- + '\''
266
- + ", uploadPeriod="
267
- + uploadPeriod
268
- + ", uploadTimeout="
269
- + uploadTimeout
270
- + ", uploadCompression='"
271
- + uploadCompression
272
- + '\''
273
- + ", allocationProfilingEnabled="
274
- + allocationProfilingEnabled
275
- + ", heapProfilingEnabled="
276
- + heapProfilingEnabled
277
- + ", startForceFirst="
278
- + startForceFirst
279
- + ", templateOverride='"
280
- + templateOverride
281
- + '\''
282
- + ", exceptionSampleLimit="
283
- + exceptionSampleLimit
284
- + ", exceptionHistogramTopItems="
285
- + exceptionHistogramTopItems
286
- + ", exceptionHistogramMaxSize="
287
- + exceptionHistogramMaxSize
288
- + ", hotspotsEnabled="
289
- + hotspotsEnabled
290
- + ", endpointsEnabled="
291
- + endpointsEnabled
292
- + ", auxiliaryProfiler='"
293
- + auxiliaryProfiler
294
- + '\''
295
- + ", perfEventsParanoid='"
296
- + perfEventsParanoid
297
- + '\''
298
- + ", hasNativeStacks="
299
- + hasNativeStacks
300
- + ", seLinuxStatus='"
301
- + seLinuxStatus
302
- + '\''
303
- + ", serviceInstrumentationType='"
304
- + serviceInstrumentationType
305
- + '\''
306
- + ", serviceInjection='"
307
- + serviceInjection
308
- + '\''
309
- + ", ddprofUnavailableReason='"
310
- + ddprofUnavailableReason
311
- + '\''
312
- + ", profilerActivationSetting="
313
- + profilerActivationSetting
314
- + ", stackDepth="
315
- + stackDepth
316
- + ", hasJfrStackDepthApplied="
317
- + hasJfrStackDepthApplied
264
+ + "kind='" + profilerKind () + '\''
265
+ + ", uploadPeriod=" + uploadPeriod
266
+ + ", uploadTimeout=" + uploadTimeout
267
+ + ", uploadCompression='" + uploadCompression + '\''
268
+ + ", allocationProfilingEnabled=" + allocationProfilingEnabled
269
+ + ", heapProfilingEnabled=" + heapProfilingEnabled
270
+ + ", startForceFirst=" + startForceFirst
271
+ + ", templateOverride='" + templateOverride + '\''
272
+ + ", exceptionSampleLimit=" + exceptionSampleLimit
273
+ + ", exceptionHistogramTopItems=" + exceptionHistogramTopItems
274
+ + ", exceptionHistogramMaxSize=" + exceptionHistogramMaxSize
275
+ + ", hotspotsEnabled=" + hotspotsEnabled
276
+ + ", endpointsEnabled=" + endpointsEnabled
277
+ + ", auxiliaryProfiler='" + auxiliaryProfiler + '\''
278
+ + ", perfEventsParanoid='" + perfEventsParanoid + '\''
279
+ + ", hasNativeStacks=" + hasNativeStacks
280
+ + ", seLinuxStatus='" + seLinuxStatus + '\''
281
+ + ", serviceInstrumentationType='" + serviceInstrumentationType + '\''
282
+ + ", serviceInjection='" + serviceInjection + '\''
283
+ + ", ddprofUnavailableReason='" + ddprofUnavailableReason + '\''
284
+ + ", profilerActivationSetting=" + profilerActivationSetting
285
+ + ", stackDepth=" + stackDepth
286
+ + ", hasJfrStackDepthApplied=" + hasJfrStackDepthApplied
318
287
+ '}' ;
288
+ // spotless:on
319
289
}
320
290
}
0 commit comments