mirror of
https://github.com/oxen-io/session-android.git
synced 2025-04-17 04:21:25 +00:00
clean up spam exception logs
This commit is contained in:
parent
958ec690f1
commit
735cceafdb
@ -131,7 +131,7 @@ public class KeyboardAwareLinearLayout extends LinearLayoutCompat {
|
|||||||
return insets.bottom;
|
return insets.bottom;
|
||||||
}
|
}
|
||||||
} catch (NoSuchFieldException nsfe) {
|
} catch (NoSuchFieldException nsfe) {
|
||||||
Log.w(TAG, "field reflection error when measuring view inset", nsfe);
|
Log.w(TAG, "field reflection error when measuring view inset, NoSuchFieldException");
|
||||||
} catch (IllegalAccessException iae) {
|
} catch (IllegalAccessException iae) {
|
||||||
Log.w(TAG, "access reflection error when measuring view inset", iae);
|
Log.w(TAG, "access reflection error when measuring view inset", iae);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user