This commit is contained in:
lixiaopeng
2020-03-30 11:23:34 +08:00
parent 604031c5e6
commit 9d0063f79c
2 changed files with 3 additions and 3 deletions

View File

@@ -316,12 +316,12 @@ public class EntranceFragment extends MvpFragment< EntranceView, EntrancePresent
@Override
public void authorizeFailed( String errorMsg ) {
Log.e( TAG, "authorizeFailed --------> " );
Log.e( TAG, "authorizeFailed --------> errorMsg = " + errorMsg );
}
@Override
public void forbiddenVoiceWhenAuthorize( String cmd ) {
Log.d( TAG, "forbiddenVoiceWhenAuthorize --------> " );
Log.d( TAG, "forbiddenVoiceWhenAuthorize --------> cmd = " + cmd );
}