Hi, there, I met some strange issues while running the app on some of the android phones, as described in the title.
I have tested the app on xiaomi MIX (Android 6.0) and another Android 7.0 phone, it works fine, but not on MT8176 tablet (Android 7.0).
I used debug mode to track down the error which led me to the code
inline static void set_mode(Brew mode) { Get().mode_ = mode;}
in app/src/main/cpp/include/caffe/common.hpp line 153.
Any suggestions?
Thanks in advance!