Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9923f378 authored by Brett Chabot's avatar Brett Chabot Committed by Jerome Gaillard
Browse files

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
parent 0e4893bb
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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()) {