commit | 9a2d8d8f56428a20ac6b6456a06b92abfb4f651c | [log] [tgz] |
---|---|---|
author | Jared Duke <jdduke@google.com> | Mon Dec 13 19:39:19 2021 +0000 |
committer | Jared Duke <jdduke@google.com> | Mon Dec 13 19:39:26 2021 +0000 |
tree | 8abb5484dcb94bd219024755c270b0b3c17962d5 | |
parent | 566f1860a5b5b63995055b1a4112b140fb38c8cb [diff] |
Avoid spurious UsbAlsaJackDetector JNI log Return the result of jniRegisterNativeMethods directly when registering JNI methods for UsbAlsaJackDetector. The current implementation incorrectly logs an error upon success. Change-Id: I45ebc110191da0d7deda0ff7f5ed66d13e62732b Test: m + validate removed log BUG: 199520597