Add a log

This commit is contained in:
Benoit Marty 2019-04-05 11:01:43 +02:00
parent 260cc0dd5f
commit 968258852f
1 changed files with 2 additions and 0 deletions

View File

@ -136,6 +136,8 @@ abstract class VectorBaseActivity : BaseMvRxActivity() {
override fun onResume() {
super.onResume()

Timber.d("onResume Activity ${this.javaClass.simpleName}")

if (this !is BugReportActivity) {
rageShake?.start()
}