[Android] Use exceptions rather that Log.wtf on Android
AudioManagerAndroid uses Log.wtf to signal error conditions. However, the undefined behavior of this function depending on device configuration makes debugging difficult. Throw exceptions instead. Review URL: https://codereview.chromium.org/340083002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278807 0039d316-1c4b-4281-b951-d872f2087c98
Showing
Please register or sign in to comment