Loading src/com/android/server/telecom/TelecomServiceImpl.java +7 −2 Original line number Diff line number Diff line Loading @@ -79,6 +79,7 @@ public class TelecomServiceImpl { } } private static final String TIME_LINE_ARG = "timeline"; private static final int DEFAULT_VIDEO_STATE = -1; private final ITelecomService.Stub mBinderImpl = new ITelecomService.Stub() { Loading Loading @@ -1224,6 +1225,7 @@ public class TelecomServiceImpl { Analytics.dumpToEncodedProto(writer, args); return; } boolean isTimeLineView = (args.length > 0 && TIME_LINE_ARG.equalsIgnoreCase(args[0])); final IndentingPrintWriter pw = new IndentingPrintWriter(writer, " "); if (mCallsManager != null) { Loading @@ -1242,9 +1244,12 @@ public class TelecomServiceImpl { Analytics.dump(pw); pw.decreaseIndent(); } if (isTimeLineView) { Log.dumpEventsTimeline(pw); } else { Log.dumpEvents(pw); } } /** * @see android.telecom.TelecomManager#createManageBlockedNumbersIntent Loading Loading
src/com/android/server/telecom/TelecomServiceImpl.java +7 −2 Original line number Diff line number Diff line Loading @@ -79,6 +79,7 @@ public class TelecomServiceImpl { } } private static final String TIME_LINE_ARG = "timeline"; private static final int DEFAULT_VIDEO_STATE = -1; private final ITelecomService.Stub mBinderImpl = new ITelecomService.Stub() { Loading Loading @@ -1224,6 +1225,7 @@ public class TelecomServiceImpl { Analytics.dumpToEncodedProto(writer, args); return; } boolean isTimeLineView = (args.length > 0 && TIME_LINE_ARG.equalsIgnoreCase(args[0])); final IndentingPrintWriter pw = new IndentingPrintWriter(writer, " "); if (mCallsManager != null) { Loading @@ -1242,9 +1244,12 @@ public class TelecomServiceImpl { Analytics.dump(pw); pw.decreaseIndent(); } if (isTimeLineView) { Log.dumpEventsTimeline(pw); } else { Log.dumpEvents(pw); } } /** * @see android.telecom.TelecomManager#createManageBlockedNumbersIntent Loading