goodev / dex2jar

Automatically exported from code.google.com/p/dex2jar
1 stars 1 forks source link

数据类型有错误? #58

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
比如boolean数据显示为0,本应该为flase;有的int类型,直接当�
��string类型输出了。本来是float的函数定义成int类型了.
int n = paramSensorEvent.values[2];应该是float类型

int i = paramSensorEvent.values.length;整数型和字符串型不匹配
      String str = i;

this.m_ActivityPaused = 0;布尔型函数赋值0,应该是false

Original issue reported on code.google.com by shaphone...@gmail.com on 24 May 2011 at 2:06