Add a log
This commit is contained in:
parent
260cc0dd5f
commit
968258852f
|
@ -136,6 +136,8 @@ abstract class VectorBaseActivity : BaseMvRxActivity() {
|
||||||
override fun onResume() {
|
override fun onResume() {
|
||||||
super.onResume()
|
super.onResume()
|
||||||
|
|
||||||
|
Timber.d("onResume Activity ${this.javaClass.simpleName}")
|
||||||
|
|
||||||
if (this !is BugReportActivity) {
|
if (this !is BugReportActivity) {
|
||||||
rageShake?.start()
|
rageShake?.start()
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue