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

Commit 12071e63 authored by Steven Moreland's avatar Steven Moreland Committed by android-build-merger
Browse files

HIDL: reportSyspropMethod -> enableInstrumentation

am: 93129388

Change-Id: Ia533c7ad33066b8c20610f8ea5fea6255d778d1b
parents d6b11ec6 93129388
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -107,8 +107,19 @@ public abstract class HwBinder implements IHwBinder {

    private static native void native_report_sysprop_change();

    /**
     * Enable instrumentation if available.
     * @hide
     */
    public static void enableInstrumentation() {
        native_report_sysprop_change();
    }

    /**
     * Notifies listeners that a system property has changed
     *
     * TODO(b/72480743): remove this method
     *
     * @hide
     */
    public static void reportSyspropChanged() {