Home
last modified time | relevance | path

Searched refs:LogAndPrintln (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/transition/
H A DTracer.java177 LogAndPrintln.e(pw, "Tracing is not supported on user builds."); in startTrace()
181 LogAndPrintln.i(pw, "Starting shell transition trace."); in startTrace()
205 LogAndPrintln.e(pw, "Tracing is not supported on user builds."); in stopTrace()
209 LogAndPrintln.i(pw, "Stopping shell transition trace."); in stopTrace()
226 LogAndPrintln.e(pw, "Tracing is not supported on user builds."); in saveForBugreport()
249 LogAndPrintln.i(pw, "Writing file to " + file.getAbsolutePath() in writeTraceToFileLocked()
253 LogAndPrintln.e(pw, "Unable to write buffer to file", e); in writeTraceToFileLocked()
315 private static class LogAndPrintln { class in Tracer
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DTransitionTracer.java215 LogAndPrintln.e(pw, "Tracing is not supported on user builds."); in startTrace()
219 LogAndPrintln.i(pw, "Starting shell transition trace."); in startTrace()
243 LogAndPrintln.e(pw, "Tracing is not supported on user builds."); in stopTrace()
247 LogAndPrintln.i(pw, "Stopping shell transition trace."); in stopTrace()
264 LogAndPrintln.e(pw, "Tracing is not supported on user builds."); in saveForBugreport()
289 LogAndPrintln.i(pw, "Writing file to " + file.getAbsolutePath() in writeTraceToFileLocked()
293 LogAndPrintln.e(pw, "Unable to write buffer to file", e); in writeTraceToFileLocked()
298 private static class LogAndPrintln { class in TransitionTracer