diff options
author | Brett Chabot <brettchabot@google.com> | 2019-10-02 10:31:20 -0700 |
---|---|---|
committer | Jerome Gaillard <jgaillard@google.com> | 2020-02-05 17:32:28 +0000 |
commit | 9923f37845f1b2332968fc048a8421610bd37eac (patch) | |
tree | 61decc3ee571e05e9bc4b97877a94e28ccbf7ab5 /core/jni/LayoutlibLoader.cpp | |
parent | 0e4893bb3a0a5b490c6d0f0b76e55a05ebe1fbc3 (diff) |
Remove debug printf from LayoutlibLoader.
The output is confusing the simulated device result parser.
Test: tools/test/simulated_device/run_all_tests_host.sh
Change-Id: I55c997d2f07ec50c11485d27e1918484c8eb7e5a
Diffstat (limited to 'core/jni/LayoutlibLoader.cpp')
-rw-r--r-- | core/jni/LayoutlibLoader.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/jni/LayoutlibLoader.cpp b/core/jni/LayoutlibLoader.cpp index ca5bf621e8ef..571a33879411 100644 --- a/core/jni/LayoutlibLoader.cpp +++ b/core/jni/LayoutlibLoader.cpp @@ -169,7 +169,6 @@ static int register_jni_procs(const std::unordered_map<std::string, RegJNIRec>& int AndroidRuntime::registerNativeMethods(JNIEnv* env, const char* className, const JNINativeMethod* gMethods, int numMethods) { - cout << "Register for class: " << className << endl; string classNameString = string(className); if (find(classesToDelegate.begin(), classesToDelegate.end(), classNameString) != classesToDelegate.end()) { |