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

Commit 94b37914 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "HFP: No longer crash when service is not available" into tm-qpr-dev

parents 513cce11 4550c531
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -69,7 +69,7 @@ public class HeadsetNativeInterface {
        } else {
            // Service must call cleanup() when quiting and native stack shouldn't send any event
            // after cleanup() -> cleanupNative() is called.
            Log.wtf(TAG, "FATAL: Stack sent event while service is not available: " + event);
            Log.w(TAG, "Stack sent event while service is not available: " + event);
        }
    }