/development/cmds/monkey/src/com/android/commands/monkey/ |
D | Logger.java | 25 public void println(String s) { 27 System.out.println(s); 35 public void println(String s) { 37 System.err.println(s); 48 public abstract void println(String s); in println() method in Logger 57 err.println(msg); in error() 58 err.println(Log.getStackTraceString(t)); in error()
|
D | Monkey.java | 306 Logger.out.println(" // " + (allow ? "Allowing" : "Rejecting") in activityStarting() 335 Logger.err.println("** Failed talking with package manager!"); in isActivityStartingAllowed() 344 Logger.out.println(" // activityResuming(" + pkg + ")"); in activityResuming() 350 Logger.out.println(" // " + (allow ? "Allowing" : "Rejecting") in activityResuming() 363 Logger.err.println("// CRASH: " + processName + " (pid " + pid + ")"); in appCrashed() 364 Logger.err.println("// Short Msg: " + shortMsg); in appCrashed() 365 Logger.err.println("// Long Msg: " + longMsg); in appCrashed() 366 Logger.err.println("// Build Label: " + Build.FINGERPRINT); in appCrashed() 367 Logger.err.println("// Build Changelist: " + Build.VERSION.INCREMENTAL); in appCrashed() 368 Logger.err.println("// Build Time: " + Build.TIME); in appCrashed() [all …]
|
/development/tools/bugreport/src/com/android/bugreport/ |
D | Main.java | 62 System.err.println("usage: bugreport --monkey MONKEYLOG --html HTML --logcat SYSTEMLOG" in usage() 80 System.err.println("Error reading monkey file: " + options.bugreport); in run() 81 System.err.println("Error: " + ex.getMessage()); in run() 92 System.err.println("Error reading bugreport file: " + options.bugreport); in run() 93 System.err.println("Error: " + ex.getMessage()); in run() 105 System.err.println("Error reading bugreport file: " + options.bugreport); in run() 106 System.err.println("Error: " + ex.getMessage()); in run() 117 System.err.println("No anr!"); in run() 126 System.err.println("Error reading output file: " + options.html); in run() 127 System.err.println("Error: " + ex.getMessage()); in run()
|
/development/tools/rmtypedefs/src/com/android/tools/rmtypedefs/ |
D | RmTypeDefs.java | 83 System.err.println("Unknown argument " + arg); in run() 93 System.err.println(file + " does not exist"); in run() 101 System.out.println("Deleting @IntDef and @StringDef annotation class files"); in run() 135 System.err.println(path + ": Warning: Encountered .jar file; .class files " in checkFile() 151 System.err.println("Could not read " + file + ": " + e.getLocalizedMessage()); in checkClass() 160 out.println("Android TypeDef Remover 1.0"); in usage() 161 out.println("Copyright (C) 2013 The Android Open Source Project\n"); in usage() 162 out.println("Usage: rmtypedefs folder1 [folder2 [folder3...]]\n"); in usage() 163 out.println("Options:"); in usage() 164 out.println(" -h,--help show this message"); in usage() [all …]
|
/development/tools/external_crates/crate_tool/src/ |
D | managed_repo.rs | 150 println!("Crate already imported at {}", self.managed_dir_for(crate_name)); in analyze_import() 155 println!("Legacy crate already imported at {}", legacy_dir); in analyze_import() 160 println!("Crate {crate_name} is on the import denylist"); in analyze_import() 171 println!("Version {}", version.version()); in analyze_import() 181 println!( in analyze_import() 187 println!(" And {} is on the import denylist", dep.crate_name()); in analyze_import() 192 … println!(" But this is a dev dependency, probably only needed if you want to run the tests"); in analyze_import() 195 …println!(" But this is an optional dependency, used by the following features: {}", dep.feature… in analyze_import() 211 …println!(" Dep {} has multiple versions available. You may need to override the default choice in… in analyze_import() 214 println!( in analyze_import() [all …]
|
/development/tools/apkcheck/src/com/android/apkcheck/ |
D | ApkCheck.java | 101 System.err.println("ERROR: unknown option " + in main() 129 System.err.println("Skipping..."); in main() 134 System.out.println(args[idx] + ": summary: " + in main() 144 System.err.println("Android APK checker v1.0"); in usage() 145 System.err.println("Copyright (C) 2010 The Android Open Source Project\n"); in usage() 146 System.err.println("Usage: apkcheck [options] public-api.xml apk1.xml ...\n"); in usage() 147 System.err.println("Options:"); in usage() 148 System.err.println(" --help show this message"); in usage() 149 System.err.println(" --uses-library=lib.xml load additional public API list"); in usage() 150 … System.err.println(" --ignore-package=pkg don't show errors for references to this package"); in usage() [all …]
|
/development/samples/browseable/BasicContactables/src/com.example.android.common.logger/ |
D | Log.java | 64 public static void println(int priority, String tag, String msg, Throwable tr) { in println() method in Log 66 mLogNode.println(priority, tag, msg, tr); in println() 78 public static void println(int priority, String tag, String msg) { in println() method in Log 79 println(priority, tag, msg, null); in println() 91 println(VERBOSE, tag, msg, tr); in v() 114 println(DEBUG, tag, msg, tr); in d() 136 println(INFO, tag, msg, tr); in i() 158 println(WARN, tag, msg, tr); in w() 191 println(ERROR, tag, msg, tr); in e() 213 println(ASSERT, tag, msg, tr); in wtf()
|
/development/samples/browseable/JobScheduler/src/com.example.android.common.logger/ |
D | Log.java | 64 public static void println(int priority, String tag, String msg, Throwable tr) { in println() method in Log 66 mLogNode.println(priority, tag, msg, tr); in println() 78 public static void println(int priority, String tag, String msg) { in println() method in Log 79 println(priority, tag, msg, null); in println() 91 println(VERBOSE, tag, msg, tr); in v() 114 println(DEBUG, tag, msg, tr); in d() 136 println(INFO, tag, msg, tr); in i() 158 println(WARN, tag, msg, tr); in w() 191 println(ERROR, tag, msg, tr); in e() 213 println(ASSERT, tag, msg, tr); in wtf()
|
/development/samples/browseable/BasicImmersiveMode/src/com.example.android.common/logger/ |
D | Log.java | 64 public static void println(int priority, String tag, String msg, Throwable tr) { in println() method in Log 66 mLogNode.println(priority, tag, msg, tr); in println() 78 public static void println(int priority, String tag, String msg) { in println() method in Log 79 println(priority, tag, msg, null); in println() 91 println(VERBOSE, tag, msg, tr); in v() 114 println(DEBUG, tag, msg, tr); in d() 136 println(INFO, tag, msg, tr); in i() 158 println(WARN, tag, msg, tr); in w() 191 println(ERROR, tag, msg, tr); in e() 213 println(ASSERT, tag, msg, tr); in wtf()
|
/development/samples/browseable/RenderScriptIntrinsic/src/com.example.android.common.logger/ |
D | Log.java | 64 public static void println(int priority, String tag, String msg, Throwable tr) { in println() method in Log 66 mLogNode.println(priority, tag, msg, tr); in println() 78 public static void println(int priority, String tag, String msg) { in println() method in Log 79 println(priority, tag, msg, null); in println() 91 println(VERBOSE, tag, msg, tr); in v() 114 println(DEBUG, tag, msg, tr); in d() 136 println(INFO, tag, msg, tr); in i() 158 println(WARN, tag, msg, tr); in w() 191 println(ERROR, tag, msg, tr); in e() 213 println(ASSERT, tag, msg, tr); in wtf()
|
/development/samples/browseable/BasicNetworking/src/com.example.android.common.logger/ |
D | Log.java | 64 public static void println(int priority, String tag, String msg, Throwable tr) { in println() method in Log 66 mLogNode.println(priority, tag, msg, tr); in println() 78 public static void println(int priority, String tag, String msg) { in println() method in Log 79 println(priority, tag, msg, null); in println() 91 println(VERBOSE, tag, msg, tr); in v() 114 println(DEBUG, tag, msg, tr); in d() 136 println(INFO, tag, msg, tr); in i() 158 println(WARN, tag, msg, tr); in w() 191 println(ERROR, tag, msg, tr); in e() 213 println(ASSERT, tag, msg, tr); in wtf()
|
/development/samples/browseable/BatchStepSensor/src/com.example.android.common/logger/ |
D | Log.java | 64 public static void println(int priority, String tag, String msg, Throwable tr) { in println() method in Log 66 mLogNode.println(priority, tag, msg, tr); in println() 78 public static void println(int priority, String tag, String msg) { in println() method in Log 79 println(priority, tag, msg, null); in println() 91 println(VERBOSE, tag, msg, tr); in v() 114 println(DEBUG, tag, msg, tr); in d() 136 println(INFO, tag, msg, tr); in i() 158 println(WARN, tag, msg, tr); in w() 191 println(ERROR, tag, msg, tr); in e() 213 println(ASSERT, tag, msg, tr); in wtf()
|
/development/samples/browseable/AppRestrictionSchema/src/com.example.android.common/logger/ |
D | Log.java | 64 public static void println(int priority, String tag, String msg, Throwable tr) { in println() method in Log 66 mLogNode.println(priority, tag, msg, tr); in println() 78 public static void println(int priority, String tag, String msg) { in println() method in Log 79 println(priority, tag, msg, null); in println() 91 println(VERBOSE, tag, msg, tr); in v() 114 println(DEBUG, tag, msg, tr); in d() 136 println(INFO, tag, msg, tr); in i() 158 println(WARN, tag, msg, tr); in w() 191 println(ERROR, tag, msg, tr); in e() 213 println(ASSERT, tag, msg, tr); in wtf()
|
/development/samples/browseable/BasicMediaRouter/src/com.example.android.common.logger/ |
D | Log.java | 64 public static void println(int priority, String tag, String msg, Throwable tr) { in println() method in Log 66 mLogNode.println(priority, tag, msg, tr); in println() 78 public static void println(int priority, String tag, String msg) { in println() method in Log 79 println(priority, tag, msg, null); in println() 91 println(VERBOSE, tag, msg, tr); in v() 114 println(DEBUG, tag, msg, tr); in d() 136 println(INFO, tag, msg, tr); in i() 158 println(WARN, tag, msg, tr); in w() 191 println(ERROR, tag, msg, tr); in e() 213 println(ASSERT, tag, msg, tr); in wtf()
|
/development/samples/browseable/CustomTransition/src/com.example.android.common/logger/ |
D | Log.java | 64 public static void println(int priority, String tag, String msg, Throwable tr) { in println() method in Log 66 mLogNode.println(priority, tag, msg, tr); in println() 78 public static void println(int priority, String tag, String msg) { in println() method in Log 79 println(priority, tag, msg, null); in println() 91 println(VERBOSE, tag, msg, tr); in v() 114 println(DEBUG, tag, msg, tr); in d() 136 println(INFO, tag, msg, tr); in i() 158 println(WARN, tag, msg, tr); in w() 191 println(ERROR, tag, msg, tr); in e() 213 println(ASSERT, tag, msg, tr); in wtf()
|
/development/samples/browseable/AdvancedImmersiveMode/src/com.example.android.common/logger/ |
D | Log.java | 64 public static void println(int priority, String tag, String msg, Throwable tr) { in println() method in Log 66 mLogNode.println(priority, tag, msg, tr); in println() 78 public static void println(int priority, String tag, String msg) { in println() method in Log 79 println(priority, tag, msg, null); in println() 91 println(VERBOSE, tag, msg, tr); in v() 114 println(DEBUG, tag, msg, tr); in d() 136 println(INFO, tag, msg, tr); in i() 158 println(WARN, tag, msg, tr); in w() 191 println(ERROR, tag, msg, tr); in e() 213 println(ASSERT, tag, msg, tr); in wtf()
|
/development/samples/browseable/SwipeRefreshListFragment/src/com.example.android.common/logger/ |
D | Log.java | 64 public static void println(int priority, String tag, String msg, Throwable tr) { in println() method in Log 66 mLogNode.println(priority, tag, msg, tr); in println() 78 public static void println(int priority, String tag, String msg) { in println() method in Log 79 println(priority, tag, msg, null); in println() 91 println(VERBOSE, tag, msg, tr); in v() 114 println(DEBUG, tag, msg, tr); in d() 136 println(INFO, tag, msg, tr); in i() 158 println(WARN, tag, msg, tr); in w() 191 println(ERROR, tag, msg, tr); in e() 213 println(ASSERT, tag, msg, tr); in wtf()
|
/development/samples/browseable/BorderlessButtons/src/com.example.android.common.logger/ |
D | Log.java | 64 public static void println(int priority, String tag, String msg, Throwable tr) { in println() method in Log 66 mLogNode.println(priority, tag, msg, tr); in println() 78 public static void println(int priority, String tag, String msg) { in println() method in Log 79 println(priority, tag, msg, null); in println() 91 println(VERBOSE, tag, msg, tr); in v() 114 println(DEBUG, tag, msg, tr); in d() 136 println(INFO, tag, msg, tr); in i() 158 println(WARN, tag, msg, tr); in w() 191 println(ERROR, tag, msg, tr); in e() 213 println(ASSERT, tag, msg, tr); in wtf()
|
/development/samples/browseable/BasicGestureDetect/src/com.example.android.common/logger/ |
D | Log.java | 64 public static void println(int priority, String tag, String msg, Throwable tr) { in println() method in Log 66 mLogNode.println(priority, tag, msg, tr); in println() 78 public static void println(int priority, String tag, String msg) { in println() method in Log 79 println(priority, tag, msg, null); in println() 91 println(VERBOSE, tag, msg, tr); in v() 114 println(DEBUG, tag, msg, tr); in d() 136 println(INFO, tag, msg, tr); in i() 158 println(WARN, tag, msg, tr); in w() 191 println(ERROR, tag, msg, tr); in e() 213 println(ASSERT, tag, msg, tr); in wtf()
|
/development/samples/browseable/BasicTransition/src/com.example.android.common/logger/ |
D | Log.java | 64 public static void println(int priority, String tag, String msg, Throwable tr) { in println() method in Log 66 mLogNode.println(priority, tag, msg, tr); in println() 78 public static void println(int priority, String tag, String msg) { in println() method in Log 79 println(priority, tag, msg, null); in println() 91 println(VERBOSE, tag, msg, tr); in v() 114 println(DEBUG, tag, msg, tr); in d() 136 println(INFO, tag, msg, tr); in i() 158 println(WARN, tag, msg, tr); in w() 191 println(ERROR, tag, msg, tr); in e() 213 println(ASSERT, tag, msg, tr); in wtf()
|
/development/samples/browseable/ElevationDrag/src/com.example.android.common/logger/ |
D | Log.java | 64 public static void println(int priority, String tag, String msg, Throwable tr) { in println() method in Log 66 mLogNode.println(priority, tag, msg, tr); in println() 78 public static void println(int priority, String tag, String msg) { in println() method in Log 79 println(priority, tag, msg, null); in println() 91 println(VERBOSE, tag, msg, tr); in v() 114 println(DEBUG, tag, msg, tr); in d() 136 println(INFO, tag, msg, tr); in i() 158 println(WARN, tag, msg, tr); in w() 191 println(ERROR, tag, msg, tr); in e() 213 println(ASSERT, tag, msg, tr); in wtf()
|
/development/samples/browseable/RevealEffectBasic/src/com.example.android.common/logger/ |
D | Log.java | 64 public static void println(int priority, String tag, String msg, Throwable tr) { in println() method in Log 66 mLogNode.println(priority, tag, msg, tr); in println() 78 public static void println(int priority, String tag, String msg) { in println() method in Log 79 println(priority, tag, msg, null); in println() 91 println(VERBOSE, tag, msg, tr); in v() 114 println(DEBUG, tag, msg, tr); in d() 136 println(INFO, tag, msg, tr); in i() 158 println(WARN, tag, msg, tr); in w() 191 println(ERROR, tag, msg, tr); in e() 213 println(ASSERT, tag, msg, tr); in wtf()
|
/development/samples/browseable/SlidingTabsBasic/src/com.example.android.common/logger/ |
D | Log.java | 64 public static void println(int priority, String tag, String msg, Throwable tr) { in println() method in Log 66 mLogNode.println(priority, tag, msg, tr); in println() 78 public static void println(int priority, String tag, String msg) { in println() method in Log 79 println(priority, tag, msg, null); in println() 91 println(VERBOSE, tag, msg, tr); in v() 114 println(DEBUG, tag, msg, tr); in d() 136 println(INFO, tag, msg, tr); in i() 158 println(WARN, tag, msg, tr); in w() 191 println(ERROR, tag, msg, tr); in e() 213 println(ASSERT, tag, msg, tr); in wtf()
|
/development/samples/browseable/DisplayingBitmaps/src/com.example.android.common.logger/ |
D | Log.java | 64 public static void println(int priority, String tag, String msg, Throwable tr) { in println() method in Log 66 mLogNode.println(priority, tag, msg, tr); in println() 78 public static void println(int priority, String tag, String msg) { in println() method in Log 79 println(priority, tag, msg, null); in println() 91 println(VERBOSE, tag, msg, tr); in v() 114 println(DEBUG, tag, msg, tr); in d() 136 println(INFO, tag, msg, tr); in i() 158 println(WARN, tag, msg, tr); in w() 191 println(ERROR, tag, msg, tr); in e() 213 println(ASSERT, tag, msg, tr); in wtf()
|
/development/samples/browseable/ScreenCapture/src/com.example.android.common/logger/ |
D | Log.java | 64 public static void println(int priority, String tag, String msg, Throwable tr) { in println() method in Log 66 mLogNode.println(priority, tag, msg, tr); in println() 78 public static void println(int priority, String tag, String msg) { in println() method in Log 79 println(priority, tag, msg, null); in println() 91 println(VERBOSE, tag, msg, tr); in v() 114 println(DEBUG, tag, msg, tr); in d() 136 println(INFO, tag, msg, tr); in i() 158 println(WARN, tag, msg, tr); in w() 191 println(ERROR, tag, msg, tr); in e() 213 println(ASSERT, tag, msg, tr); in wtf()
|