HomeSort by relevance Sort by last modified time
    Searched refs:logcat (Results 1 - 25 of 127) sorted by null

1 2 3 4 5 6

  /art/tools/
symbolize-buildbot-crashes.sh 20 adb logcat -d | sed 's,/data/local/tmp,,g' | development/scripts/stack
setup-buildbot-device.sh 41 adb logcat -G 32M
42 adb logcat -g
45 adb logcat -P ""
46 adb logcat -p
  /external/v8/build/android/
adb_run_mojo_shell 10 adb logcat -c
16 adb logcat -s MojoShellApplication MojoShellActivity chromium
asan_symbolize.py 94 parser.add_option('-l', '--logcat',
95 help='File containing adb logcat output with ASan stacks. '
106 if options.logcat:
107 asan_input = file(options.logcat, 'r')
adb_logcat_printer.py 10 <base_dir> contains 'adb logcat -v threadtime' files named as
48 # Ignore files with just the logcat header
63 cur_device_log += ['***** POSSIBLE INCOMPLETE LOGCAT *****']
64 logger.info('Unable to splice %s. Incomplete logcat?', cur_file)
73 """Search a directory for logcat files.
144 logger.info('Waiting for logcat process to terminate.')
151 logger.exception('Error signaling logcat monitor - continuing')
177 logger.info('Dumping logcat to local file %s. If running in a build, '
187 # The idea is that 'adb logcat > file' output consists of 2 phases:
  /external/skia/platform_tools/android/bin/
android_run_skia 28 if [ $LOGCAT ]; then
30 $ADB $DEVICE_SERIAL logcat -c;
48 if [ $LOGCAT ]; then $ADB $DEVICE_SERIAL logcat -d; fi
60 if [ $LOGCAT ]; then $ADB $DEVICE_SERIAL logcat -d; fi
69 if [ $LOGCAT ]; then $ADB $DEVICE_SERIAL logcat -d; fi
  /system/core/logcat/
Android.mk 6 LOCAL_SRC_FILES:= logcat.cpp event.logtags
10 LOCAL_MODULE := logcat
logcatd.rc 39 # exec - logd log -- /system/bin/logcat -L -b ${logd.logpersistd.buffer:-all} -v threadtime -v usec -v printable -D -f /data/misc/logd/logcat -r 1024 -n ${logd.logpersistd.size:-256}
47 exec - logd log -- /system/bin/logcat -c -f /data/misc/logd/logcat -n ${logd.logpersistd.size:-256}
60 service logcatd /system/bin/logcat -b ${logd.logpersistd.buffer:-all} -v threadtime -v usec -v printable -D -f /data/misc/logd/logcat -r 1024 -n ${logd.logpersistd.size:-256}
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/views/
LogCatView.java 18 import com.android.ddmlib.logcat.LogCatMessage;
19 import com.android.ddmuilib.logcat.ILogCatMessageSelectionListener;
20 import com.android.ddmuilib.logcat.LogCatPanel;
21 import com.android.ddmuilib.logcat.LogCatStackTraceParser;
39 /** Switch perspective when a Java file is opened from logcat view. */
42 /** Target perspective to open when a Java file is opened from logcat view. */
OldLogCatView.java 21 import com.android.ddmuilib.logcat.LogColors;
22 import com.android.ddmuilib.logcat.LogFilter;
23 import com.android.ddmuilib.logcat.LogPanel;
24 import com.android.ddmuilib.logcat.LogPanel.ILogFilterStorageManager;
25 import com.android.ddmuilib.logcat.LogPanel.LogCatViewInterface;
67 DdmsPlugin.PLUGIN_ID + ".logcat.time"; //$NON-NLS-1$
69 DdmsPlugin.PLUGIN_ID + ".logcat.level"; //$NON-NLS-1$
71 DdmsPlugin.PLUGIN_ID + ".logcat.pid"; //$NON-NLS-1$
73 DdmsPlugin.PLUGIN_ID + ".logcat.tag"; //$NON-NLS-1$
75 DdmsPlugin.PLUGIN_ID + ".logcat.message"; //$NON-NLS-1
    [all...]
  /system/core/logcat/tests/
Android.mk 19 test_module_prefix := logcat-
38 # adb shell /data/nativetest/logcat-benchmarks/logcat-benchmarks
54 # adb shell /data/nativetest/logcat-unit-tests/logcat-unit-tests
logcat_test.cpp 50 TEST(logcat, buckets) {
54 "logcat -b radio -b events -b system -b main -d 2>/dev/null",
80 TEST(logcat, year) {
102 "logcat -v long -v year -b all -t 3 2>/dev/null",
151 TEST(logcat, tz) {
165 "logcat -v long -v America/Los_Angeles -b all -t 3 2>/dev/null",
185 TEST(logcat, ntz) {
189 "logcat -v long -v America/Los_Angeles -v zone -b all -t 3 2>/dev/null",
215 "logcat -v long -b radio -b events -b system -b main -t %d 2>/dev/null",
234 TEST(logcat, tail_3)
    [all...]
logcat_benchmark.cpp 25 TEST(logcat, sorted_order) {
29 "logcat -v time -b radio -b events -b system -b main -d 2>/dev/null",
  /prebuilts/devtools/tools/lib/
ddmuilib.jar 
  /prebuilts/gradle-plugin/com/android/tools/ddms/ddmuilib/24.4.0-beta6/
ddmuilib-24.4.0-beta6.jar 
  /prebuilts/gradle-plugin/com/android/tools/ddms/ddmuilib/24.5.0/
ddmuilib-24.5.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/ddms/ddmuilib/25.0.0-alpha1/
ddmuilib-25.0.0-alpha1.jar 
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/i18n/
messages.properties 50 DeviceView_Unable_Create_HPROF_For_Application=Unable to create HPROF file for application '%1$s'.\n\n%2$s Check logcat for more information.
73 LogCatPreferencePage_MaxMessages=Maximum number of logcat messages to buffer:
76 LogCatPreferencePage_AutoMonitorLogcat=Monitor logcat for messages from applications in workspace
77 LogCatPreferencePage_SessionFilterLogLevel=Show logcat view if message priority is atleast:
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/
LogCatMonitor.java 22 import com.android.ddmlib.logcat.LogCatMessage;
23 import com.android.ddmuilib.logcat.ILogCatBufferChangeListener;
24 import com.android.ddmuilib.logcat.LogCatReceiver;
25 import com.android.ddmuilib.logcat.LogCatReceiverFactory;
46 * LogCatMonitor helps in monitoring the logcat output from a set of devices.
47 * It scans through the received logcat messages, and activates the logcat view
51 public static final String AUTO_MONITOR_PREFKEY = "ddms.logcat.automonitor"; //$NON-NLS-1$
52 public static final String AUTO_MONITOR_LOGLEVEL = "ddms.logcat.auotmonitor.level"; //$NON-NLS-1$
53 private static final String AUTO_MONITOR_PROMPT_SHOWN = "ddms.logcat.automonitor.userprompt"; //$NON-NLS-1
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/preferences/
LogCatColorsPage.java 19 import com.android.ddmuilib.logcat.LogCatPanel;
  /system/bt/vendor_libs/test_vendor_lib/scripts/
build_and_run.sh 20 # logcat with project-specific tag filters. If the --test-channel flag is set,
21 # logcat is started in a separate process and the test channel is run in the
67 # Start logcat in a subshell.
82 # Start the test channel once Bluetooth is on and logcat has started.
83 read -p "Press [ENTER] once Bluetooth is enabling AND logcat has started."
119 # Clear logcat.
120 adb logcat -c
122 # Run logcat with filters.
123 adb logcat bt_btif:D bt_btif_core:D bt_hci:D bt_main:D bt_vendor:D \
  /system/extras/tests/ext4/
android_emmc_perf_tests.sh 166 # Get the current number of FSTRIM complete lines in thh logcat
167 ORIGCNT=`adb shell logcat -d | grep -c "Finished fstrim work"`
177 NEWCNT=`adb shell logcat -d |grep -c "Finished fstrim work"`
187 NEWCNT=`adb shell logcat -d |grep -c "Finished fstrim work"`
  /build/target/product/
embedded.mk 66 logcat \
  /device/generic/qemu/
qemu_base.mk 57 logcat \
  /external/dbus/dbus/
Android.mk 1 # Set to true to write libdbus logs to logcat instead of stderr

Completed in 278 milliseconds

1 2 3 4 5 6