When I try to run my application on Huawei P9 I’m getting the error
Attempt to invoke virtual method \'int com.huawei.lcagent.client.LogCollectMana
I was getting this error because I was passing an int to a TextViews setText method.
Fix that worked..
textView.setText(intValue + "");