HomeSort by relevance Sort by last modified time
    Searched refs:logcat (Results 51 - 75 of 221) sorted by null

1 23 4 5 6 7 8 9

  /prebuilts/gradle-plugin/com/android/tools/ddms/ddmuilib/25.4.0-alpha7/
ddmuilib-25.4.0-alpha7.jar 
  /prebuilts/gradle-plugin/com/android/tools/ddms/ddmuilib/25.5.0-alpha-preview-01/
ddmuilib-25.5.0-alpha-preview-01.jar 
  /prebuilts/gradle-plugin/com/android/tools/ddms/ddmuilib/25.5.0-alpha-preview-02/
ddmuilib-25.5.0-alpha-preview-02.jar 
  /development/tools/logblame/
app_switch_test 26 adb logcat -P ""
57 # Kill adb to disconnect logcat
connectivity_log_test 10 adb logcat -P ""
49 # Kill adb to disconnect logcat
  /external/lisa/libs/utils/android/workloads/
geekbench.py 76 # Clear logcat from any previous runs
96 # Parse logcat output lines to find beginning and end
98 'logcat ActivityManager:* System.out:I *:S GEEKBENCH_RESULT:*'\
101 logcat = Popen(logcat_cmd, shell=True, stdout=PIPE)
117 # read next logcat line (up to max 1024 chars)
118 message = logcat.stdout.readline(1024)
sysapp.py 120 # Clear logcat
121 self._target.execute("logcat -c")
132 # Parse logcat output lines
133 logcat_cmd = self._adb("logcat TestRunner:* System.out:I *:S BENCH:*")
139 logcat = Popen(logcat_cmd, shell=True, stdout=PIPE)
143 # read next logcat line (up to max 1024 chars)
144 message = logcat.stdout.readline(1024)
systemui.py 131 # Clear logcat
132 os.system(self._adb('logcat -c'));
143 # Parse logcat output lines
145 'logcat TestRunner:* System.out:I *:S BENCH:*'\
156 logcat = Popen(logcat_cmd, shell=True, stdout=PIPE)
158 # read next logcat line (up to max 1024 chars)
159 message = logcat.stdout.readline(1024)
uibench.py 137 # Clear logcat
138 os.system(self._adb('logcat -c'));
149 # Parse logcat output lines
151 'logcat TestRunner:* System.out:I *:S BENCH:*'\
159 logcat = Popen(logcat_cmd, shell=True, stdout=PIPE)
162 # read next logcat line (up to max 1024 chars)
163 message = logcat.stdout.readline(1024)
vellamo.py 104 # Clear logcat
105 os.system(self._adb('logcat -c'));
119 # Parse logcat output lines
121 'logcat ActivityManager:* System.out:I *:S BENCH:*'\
127 logcat = Popen(logcat_cmd, shell=True, stdout=PIPE)
147 # read next logcat line (up to max 1024 chars)
148 message = logcat.stdout.readline(1024)
  /external/walt/android/WALT/app/src/main/jni/
Android.mk 25 # needed for logcat
  /packages/apps/TV/tests/tunerscripts/
usbtuner-test.sh 75 adb logcat -c
79 timeout 1 adb logcat -s TvInputSessionImpl | awk -f $(dirname $0)/measure-tuning-time.awk
  /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/core/logcat/
logcatd_main.cpp 24 #include <log/logcat.h>
48 // Run logcat command with -L flag
64 // Run logcat command without -L flag
logpersist 22 data=/data/misc/logd/logcat
65 if [ -n "${buffer}" ] && ! logcat -b ${buffer} -g >/dev/null 2>&1; then
  /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/make/target/product/
embedded.mk 74 logcat \
  /tools/tradefederation/core/prod-tests/src/com/android/performance/tests/
VellamoBenchmark.java 104 // get the logcat and parse
106 BufferedReader logcat =
109 while ((line = logcat.readLine()) != null) {
  /development/tools/bugreport/src/com/android/bugreport/logcat/
LogcatParser.java 17 package com.android.bugreport.logcat;
27 * Parses a stream of text as a logcat.
47 * Parse the logcat lines, returning a Logcat object.
49 public Logcat parse(Lines<? extends Line> lines) {
50 final Logcat result = new Logcat();
  /system/core/logcat/tests/
exec_benchmark.cpp 21 #include <log/logcat.h>
35 logcat_popen_libc(state, "logcat -b all -S");
50 logcat_popen_liblogcat(state, "logcat -b all -S");
61 logcat_system_libc(state, "logcat -b all -S >/dev/null 2>/dev/null");
72 logcat_system_liblogcat(state, "logcat -b all -S >/dev/null 2>/dev/null");
79 logcat_popen_libc(state, "logcat -b all -d");
84 logcat_popen_liblogcat(state, "logcat -b all -d");
89 logcat_system_libc(state, "logcat -b all -d >/dev/null 2>/dev/null");
94 logcat_system_liblogcat(state, "logcat -b all -d >/dev/null 2>/dev/null");
  /tools/loganalysis/src/com/android/loganalysis/
LogAnalyzer.java 52 * A command line tool to parse a bugreport, logcat, or kernel log file and return the output.
68 @Option(name="logcat", description="The path to the logcat")
124 LogcatItem logcat = new LogcatParser().parse(reader); local
125 printLogcat(logcat);
238 * Print the logcat to stdout.
240 private void printLogcat(LogcatItem logcat) {
242 printJson(logcat);
244 // TODO: Print logcat in human readable form.
350 System.err.println("Usage: loganalysis [--bugreport FILE | --events-log FILE | --logcat FILE | "
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/views/
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...]

Completed in 667 milliseconds

1 23 4 5 6 7 8 9