Bug: NvRmPrivGetChipPlatform: Could not read platform information

Bug描述:
使用交叉编译将android平台的application编译好后,放到android系统目录下(system/bin),使用./application运行时出现:NvRmPrivGetChipPlatform: Could not read platform information
Expected on kernels without fuse support, using silicon
解决方案:
【Bug: NvRmPrivGetChipPlatform: Could not read platform information】后来通过adb logcat 抓取log, 发现程序中有一个apk界面显示的类(本来是要用于asm.jar投屏软件做显示的,后来发现太卡),该类要寻找界面显示的设备,adb调试模式下没有外接显示,所以只要把该类的初始化函数以及功能函数注释掉就可以了(或者加个flag),不用删除该类。

    推荐阅读