Android 无法将ImageButton添加到ListView

Android 无法将ImageButton添加到ListView,android,listview,android-imagebutton,Android,Listview,Android Imagebutton,我有一个应用程序,可以读取外部数据库并提取结果以填充列表视图,该列表视图的行由文本视图和按钮组成。但当我将普通的按钮更改为图像按钮时,应用程序在启动后立即停止。每行的My.xml如下所示: <?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/RelativeLayo

我有一个应用程序,可以读取外部数据库并提取结果以填充
列表视图
,该列表视图的行由
文本视图
按钮
组成。但当我将普通的
按钮
更改为
图像按钮
时,应用程序在启动后立即停止。每行的My
.xml
如下所示:

<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
   android:id="@+id/RelativeLayout1"
   android:layout_width="match_parent"
   android:layout_height="match_parent"
   android:orientation="horizontal" >

<ImageButton
    android:id="@+id/listButton"
    android:layout_width="wrap_content"
    android:layout_height="wrap_content"
    android:layout_alignParentRight="true"
    android:layout_alignParentTop="true"
    android:layout_marginRight="41dp"
    android:layout_marginTop="16dp"
    android:background="@null"
    android:src="@drawable/ciplus" />

<TextView
    android:id="@+id/listText"
    android:layout_width="wrap_content"
    android:layout_height="wrap_content"
    android:layout_alignBottom="@+id/listButton"
    android:layout_marginRight="56dp"
    android:layout_toLeftOf="@+id/listButton"
    android:text="Medium Text"
    android:textAppearance="?android:attr/textAppearanceMedium" />
</RelativeLayout>
以下是从午餐到停止的日志信息:

04-28 00:09:03.859: E/OpenGLRenderer(14018): HUAWEI_DEBUG: glyph's Height = 3, Width = 6, current total allocated size out of MAX(1024) = 178 
04-28 00:09:03.859: E/OpenGLRenderer(14018): HUAWEI_DEBUG: glyph's Height = 7, Width = 6, current total allocated size out of MAX(1024) = 186 
04-28 00:09:03.859: E/OpenGLRenderer(14018): HUAWEI_DEBUG: glyph's Height = 14, Width = 2, current total allocated size out of MAX(1024) = 194 
04-28 00:09:03.859: E/OpenGLRenderer(14018): HUAWEI_DEBUG: glyph's Height = 15, Width = 9, current total allocated size out of MAX(1024) = 198 
04-28 00:09:03.859: E/OpenGLRenderer(14018): HUAWEI_DEBUG: glyph's Height = 8, Width = 7, current total allocated size out of MAX(1024) = 209 
04-28 00:09:03.859: E/OpenGLRenderer(14018): HUAWEI_DEBUG: glyph's Height = 13, Width = 11, current total allocated size out of MAX(1024) = 218 
04-28 00:09:03.859: E/OpenGLRenderer(14018): HUAWEI_DEBUG: glyph's Height = 14, Width = 14, current total allocated size out of MAX(1024) = 231 
04-28 00:09:03.859: E/OpenGLRenderer(14018): HUAWEI_DEBUG: glyph's Height = 8, Width = 8, current total allocated size out of MAX(1024) = 247 
04-28 00:09:03.859: E/OpenGLRenderer(14018): HUAWEI_DEBUG: glyph's Height = 16, Width = 2, current total allocated size out of MAX(1024) = 257 
04-28 00:09:03.859: E/OpenGLRenderer(14018): HUAWEI_DEBUG: glyph's Height = 0, Width = 0, current total allocated size out of MAX(1024) = 261 
04-28 00:09:03.859: E/OpenGLRenderer(14018): HUAWEI_DEBUG: glyph's Height = 3, Width = 3, current total allocated size out of MAX(1024) = 263 
04-28 00:09:03.859: E/OpenGLRenderer(14018): HUAWEI_DEBUG: glyph's Height = 13, Width = 13, current total allocated size out of MAX(1024) = 268 
04-28 00:09:03.859: E/OpenGLRenderer(14018): HUAWEI_DEBUG: glyph's Height = 3, Width = 4, current total allocated size out of MAX(1024) = 283 
04-28 00:09:03.859: E/OpenGLRenderer(14018): HUAWEI_DEBUG: glyph's Height = 14, Width = 14, current total allocated size out of MAX(1024) = 289 
04-28 00:09:03.859: E/OpenGLRenderer(14018): HUAWEI_DEBUG: glyph's Height = 14, Width = 8, current total allocated size out of MAX(1024) = 305 
04-28 00:09:03.859: E/OpenGLRenderer(14018): HUAWEI_DEBUG: glyph's Height = 4, Width = 3, current total allocated size out of MAX(1024) = 315 
04-28 00:09:03.859: E/OpenGLRenderer(14018): HUAWEI_DEBUG: glyph's Height = 13, Width = 8, current total allocated size out of MAX(1024) = 320 
04-28 00:09:03.859: E/OpenGLRenderer(14018): HUAWEI_DEBUG: glyph's Height = 2, Width = 7, current total allocated size out of MAX(1024) = 330 
04-28 00:09:03.859: E/OpenGLRenderer(14018): HUAWEI_DEBUG: glyph's Height = 2, Width = 7, current total allocated size out of MAX(1024) = 339 
04-28 00:09:03.869: E/OpenGLRenderer(14018): HUAWEI_DEBUG: glyph's Height = 6, Width = 8, current total allocated size out of MAX(1024) = 348 
04-28 00:09:03.869: E/OpenGLRenderer(14018): HUAWEI_DEBUG: glyph's Height = 15, Width = 9, current total allocated size out of MAX(1024) = 358 
04-28 00:09:03.869: E/OpenGLRenderer(14018): HUAWEI_DEBUG: glyph's Height = 14, Width = 7, current total allocated size out of MAX(1024) = 369 
04-28 00:09:03.869: E/OpenGLRenderer(14018): HUAWEI_DEBUG: glyph's Height = 14, Width = 9, current total allocated size out of MAX(1024) = 378 
04-28 00:09:03.869: E/OpenGLRenderer(14018): HUAWEI_DEBUG: glyph's Height = 7, Width = 7, current total allocated size out of MAX(1024) = 389 
04-28 00:09:03.869: E/OpenGLRenderer(14018): HUAWEI_DEBUG: glyph's Height = 11, Width = 10, current total allocated size out of MAX(1024) = 398 
04-28 00:09:03.869: E/OpenGLRenderer(14018): HUAWEI_DEBUG: glyph's Height = 14, Width = 9, current total allocated size out of MAX(1024) = 410 
04-28 00:09:03.869: E/OpenGLRenderer(14018): HUAWEI_DEBUG: glyph's Height = 14, Width = 9, current total allocated size out of MAX(1024) = 421 
04-28 00:09:03.869: E/OpenGLRenderer(14018): HUAWEI_DEBUG: glyph's Height = 14, Width = 3, current total allocated size out of MAX(1024) = 432 
04-28 00:09:03.869: E/OpenGLRenderer(14018): HUAWEI_DEBUG: glyph's Height = 14, Width = 3, current total allocated size out of MAX(1024) = 437 
04-28 00:09:03.869: E/OpenGLRenderer(14018): HUAWEI_DEBUG: glyph's Height = 3, Width = 5, current total allocated size out of MAX(1024) = 442 
04-28 00:09:03.869: E/OpenGLRenderer(14018): HUAWEI_DEBUG: glyph's Height = 11, Width = 9, current total allocated size out of MAX(1024) = 449 
04-28 00:09:03.869: E/OpenGLRenderer(14018): HUAWEI_DEBUG: glyph's Height = 10, Width = 5, current total allocated size out of MAX(1024) = 460 
04-28 00:09:03.869: E/OpenGLRenderer(14018): HUAWEI_DEBUG: glyph's Height = 15, Width = 9, current total allocated size out of MAX(1024) = 467 
04-28 00:09:03.869: E/OpenGLRenderer(14018): HUAWEI_DEBUG: glyph's Height = 10, Width = 14, current total allocated size out of MAX(1024) = 478 
04-28 00:09:03.869: E/OpenGLRenderer(14018): HUAWEI_DEBUG: glyph's Height = 18, Width = 5, current total allocated size out of MAX(1024) = 494 
04-28 00:09:03.869: E/OpenGLRenderer(14018): HUAWEI_DEBUG: glyph's Height = 18, Width = 5, current total allocated size out of MAX(1024) = 13 
04-28 00:09:03.869: E/OpenGLRenderer(14018): HUAWEI_DEBUG: glyph's Height = 11, Width = 9, current total allocated size out of MAX(1024) = 494 
04-28 00:09:03.869: E/OpenGLRenderer(14018): HUAWEI_DEBUG: glyph's Height = 2, Width = 9, current total allocated size out of MAX(1024) = 505 
04-28 00:09:03.869: E/OpenGLRenderer(14018): HUAWEI_DEBUG: glyph's Height = 10, Width = 9, current total allocated size out of MAX(1024) = 516 
04-28 00:09:03.869: E/OpenGLRenderer(14018): HUAWEI_DEBUG: glyph's Height = 11, Width = 9, current total allocated size out of MAX(1024) = 527 
04-28 00:09:03.869: E/OpenGLRenderer(14018): HUAWEI_DEBUG: glyph's Height = 11, Width = 9, current total allocated size out of MAX(1024) = 538 
04-28 00:09:03.869: E/OpenGLRenderer(14018): HUAWEI_DEBUG: glyph's Height = 14, Width = 8, current total allocated size out of MAX(1024) = 549 
04-28 00:09:03.869: E/OpenGLRenderer(14018): HUAWEI_DEBUG: glyph's Height = 13, Width = 6, current total allocated size out of MAX(1024) = 559 
04-28 00:09:03.869: E/OpenGLRenderer(14018): HUAWEI_DEBUG: glyph's Height = 10, Width = 14, current total allocated size out of MAX(1024) = 567 
04-28 00:09:03.869: E/OpenGLRenderer(14018): HUAWEI_DEBUG: glyph's Height = 11, Width = 8, current total allocated size out of MAX(1024) = 583 
04-28 00:09:03.869: E/OpenGLRenderer(14018): HUAWEI_DEBUG: glyph's Height = 14, Width = 9, current total allocated size out of MAX(1024) = 593 
04-28 00:09:03.869: E/OpenGLRenderer(14018): HUAWEI_DEBUG: glyph's Height = 10, Width = 8, current total allocated size out of MAX(1024) = 604 
04-28 00:09:03.879: E/OpenGLRenderer(14018): HUAWEI_DEBUG: glyph's Height = 13, Width = 3, current total allocated size out of MAX(1024) = 614 
04-28 00:09:03.879: E/OpenGLRenderer(14018): HUAWEI_DEBUG: glyph's Height = 13, Width = 11, current total allocated size out of MAX(1024) = 619 
04-28 00:09:03.879: E/OpenGLRenderer(14018): HUAWEI_DEBUG: glyph's Height = 15, Width = 8, current total allocated size out of MAX(1024) = 632 
04-28 00:09:03.879: E/OpenGLRenderer(14018): HUAWEI_DEBUG: glyph's Height = 9, Width = 8, current total allocated size out of MAX(1024) = 642 
04-28 00:09:03.879: E/OpenGLRenderer(14018): HUAWEI_DEBUG: glyph's Height = 13, Width = 9, current total allocated size out of MAX(1024) = 652 
04-28 00:09:03.879: E/OpenGLRenderer(14018): HUAWEI_DEBUG: glyph's Height = 13, Width = 9, current total allocated size out of MAX(1024) = 663 
04-28 00:09:03.879: E/OpenGLRenderer(14018): HUAWEI_DEBUG: glyph's Height = 14, Width = 9, current total allocated size out of MAX(1024) = 674 
04-28 00:09:03.879: E/OpenGLRenderer(14018): HUAWEI_DEBUG: glyph's Height = 13, Width = 11, current total allocated size out of MAX(1024) = 685 
04-28 00:09:03.879: E/OpenGLRenderer(14018): HUAWEI_DEBUG: glyph's Height = 18, Width = 4, current total allocated size out of MAX(1024) = 698 
04-28 00:09:03.879: E/OpenGLRenderer(14018): HUAWEI_DEBUG: glyph's Height = 18, Width = 4, current total allocated size out of MAX(1024) = 20 
04-28 00:09:03.879: E/OpenGLRenderer(14018): HUAWEI_DEBUG: glyph's Height = 13, Width = 11, current total allocated size out of MAX(1024) = 698 
04-28 00:09:03.879: E/OpenGLRenderer(14018): HUAWEI_DEBUG: glyph's Height = 13, Width = 16, current total allocated size out of MAX(1024) = 711 
04-28 00:09:03.879: E/OpenGLRenderer(14018): HUAWEI_DEBUG: glyph's Height = 19, Width = 6, current total allocated size out of MAX(1024) = 729 
04-28 00:09:03.879: E/OpenGLRenderer(14018): HUAWEI_DEBUG: glyph's Height = 19, Width = 6, current total allocated size out of MAX(1024) = 26 
04-28 00:09:03.879: E/OpenGLRenderer(14018): HUAWEI_DEBUG: glyph's Height = 13, Width = 11, current total allocated size out of MAX(1024) = 729 
04-28 00:09:03.879: E/OpenGLRenderer(14018): HUAWEI_DEBUG: glyph's Height = 13, Width = 14, current total allocated size out of MAX(1024) = 742 
04-28 00:09:03.879: E/OpenGLRenderer(14018): HUAWEI_DEBUG: glyph's Height = 13, Width = 11, current total allocated size out of MAX(1024) = 758 
04-28 00:09:03.879: E/OpenGLRenderer(14018): HUAWEI_DEBUG: glyph's Height = 14, Width = 11, current total allocated size out of MAX(1024) = 771 
04-28 00:09:03.879: E/OpenGLRenderer(14018): HUAWEI_DEBUG: glyph's Height = 13, Width = 10, current total allocated size out of MAX(1024) = 784 
04-28 00:09:03.879: E/OpenGLRenderer(14018): HUAWEI_DEBUG: glyph's Height = 15, Width = 12, current total allocated size out of MAX(1024) = 796 
04-28 00:09:03.879: E/OpenGLRenderer(14018): HUAWEI_DEBUG: glyph's Height = 13, Width = 10, current total allocated size out of MAX(1024) = 810 
04-28 00:09:03.879: E/OpenGLRenderer(14018): HUAWEI_DEBUG: glyph's Height = 14, Width = 11, current total allocated size out of MAX(1024) = 822 
04-28 00:09:03.879: E/OpenGLRenderer(14018): HUAWEI_DEBUG: glyph's Height = 13, Width = 11, current total allocated size out of MAX(1024) = 835 
04-28 00:09:03.879: E/OpenGLRenderer(14018): HUAWEI_DEBUG: glyph's Height = 14, Width = 10, current total allocated size out of MAX(1024) = 848 
04-28 00:09:03.879: E/OpenGLRenderer(14018): HUAWEI_DEBUG: glyph's Height = 13, Width = 12, current total allocated size out of MAX(1024) = 860 
04-28 00:09:03.919: I/ActivityManager(279): Displayed ucsc.luca.listviewexample/com.example.newsapp.MainActivity: +467ms
04-28 00:09:04.009: W/SignalStrength(356): getLTELevel - rsrp:2147483647 snr:2147483647 rsrpIconLevel:-1 snrIconLevel:-1
04-28 00:09:04.009: W/SignalStrength(356): getLTELevel - rssi:99 rssiIconLevel:0
04-28 00:09:04.009: W/SignalStrength(356): getGsmLevel=2
04-28 00:09:04.009: W/SignalStrength(356): getLevel=2
04-28 00:09:04.309: W/dalvikvm(14018): threadid=1: thread exiting with uncaught exception (group=0x40d06390)
04-28 00:09:04.849: E/Sensors(279): GsSensor: line +83 ~~~handle===0~~en==0~~!n
04-28 00:09:04.859: E/Sensors(279): GsSensor::setDelay: line +114 ~~~handle===0~~ns==200000000~~
04-28 00:09:04.879: I/WindowManager(279): SCREENLAYOUT_SIZE (1:small, 2:normal, 3:large, 4:xlarge) 2
04-28 00:09:04.879: I/fitatc(485): no preference set
04-28 00:09:04.929: E/OpenGLRenderer(485): HUAWEI_DEBUG: glyph's Height = 8, Width = 3, current total allocated size out of MAX(1024) = 0 
04-28 00:09:04.929: E/OpenGLRenderer(485): HUAWEI_DEBUG: glyph's Height = 0, Width = 0, current total allocated size out of MAX(1024) = 5 
04-28 00:09:04.929: E/OpenGLRenderer(485): HUAWEI_DEBUG: glyph's Height = 7, Width = 6, current total allocated size out of MAX(1024) = 7 
04-28 00:09:04.929: E/OpenGLRenderer(485): HUAWEI_DEBUG: glyph's Height = 8, Width = 4, current total allocated size out of MAX(1024) = 15 
04-28 00:09:04.929: E/OpenGLRenderer(485): HUAWEI_DEBUG: glyph's Height = 9, Width = 6, current total allocated size out of MAX(1024) = 21 
04-28 00:09:06.009: W/SignalStrength(356): getLTELevel - rsrp:2147483647 snr:2147483647 rsrpIconLevel:-1 snrIconLevel:-1
04-28 00:09:06.009: W/SignalStrength(356): getLTELevel - rssi:99 rssiIconLevel:0
04-28 00:09:06.009: W/SignalStrength(356): getGsmLevel=2
04-28 00:09:06.009: W/SignalStrength(356): getLevel=2
04-28 00:09:06.229: W/SignalStrength(457): SignalStrength before validate=SignalStrength: 5 255 -1 -1 -1 -1 -1 99 -32767 -32767 -32767 -32767.0.0 cdma
04-28 00:09:06.229: W/SignalStrength(457): SignalStrength after validate=SignalStrength: 5 255 -120 -160 -120 -1 -1 99 2147483647 2147483647 2147483647 -32767.0.0 cdma
04-28 00:09:06.329: W/lights(279): TP Button Light current value is 60 
04-28 00:09:06.329: W/lights(279): button_backlight:property_get,percent =0
04-28 00:09:06.359: W/MemoryDealer(147): madvise(0x42261000, 16384, MADV_REMOVE) returned Operation not supported on transport endpoint

在xml布局中,您使用的是“ImageButton”,但在自定义的“MyAdapter”中,您将其引用为“Button”。这就是为什么你可能会得到“ClassCastException”


更改
按钮b=(按钮)newView.findviewbyd(R.id.listButton)
ImageButton b=(ImageButton)newView.findViewById(R.id.listButton)

您遇到了什么错误?也发布logcat和java代码。也许问题来自您的java代码?您在Java代码中将type按钮更改为ImageButton了吗?请发布日志cat和列表视图适配器。我添加了相关代码,第二个活动就是打开Web视图。实际上,我不知道如何分析logcat信息,即使应用程序运行良好,我也会收到许多红色消息。当应用程序崩溃时,使用logcat,因为它不包含任何有用的内容
04-28 00:09:03.859: E/OpenGLRenderer(14018): HUAWEI_DEBUG: glyph's Height = 3, Width = 6, current total allocated size out of MAX(1024) = 178 
04-28 00:09:03.859: E/OpenGLRenderer(14018): HUAWEI_DEBUG: glyph's Height = 7, Width = 6, current total allocated size out of MAX(1024) = 186 
04-28 00:09:03.859: E/OpenGLRenderer(14018): HUAWEI_DEBUG: glyph's Height = 14, Width = 2, current total allocated size out of MAX(1024) = 194 
04-28 00:09:03.859: E/OpenGLRenderer(14018): HUAWEI_DEBUG: glyph's Height = 15, Width = 9, current total allocated size out of MAX(1024) = 198 
04-28 00:09:03.859: E/OpenGLRenderer(14018): HUAWEI_DEBUG: glyph's Height = 8, Width = 7, current total allocated size out of MAX(1024) = 209 
04-28 00:09:03.859: E/OpenGLRenderer(14018): HUAWEI_DEBUG: glyph's Height = 13, Width = 11, current total allocated size out of MAX(1024) = 218 
04-28 00:09:03.859: E/OpenGLRenderer(14018): HUAWEI_DEBUG: glyph's Height = 14, Width = 14, current total allocated size out of MAX(1024) = 231 
04-28 00:09:03.859: E/OpenGLRenderer(14018): HUAWEI_DEBUG: glyph's Height = 8, Width = 8, current total allocated size out of MAX(1024) = 247 
04-28 00:09:03.859: E/OpenGLRenderer(14018): HUAWEI_DEBUG: glyph's Height = 16, Width = 2, current total allocated size out of MAX(1024) = 257 
04-28 00:09:03.859: E/OpenGLRenderer(14018): HUAWEI_DEBUG: glyph's Height = 0, Width = 0, current total allocated size out of MAX(1024) = 261 
04-28 00:09:03.859: E/OpenGLRenderer(14018): HUAWEI_DEBUG: glyph's Height = 3, Width = 3, current total allocated size out of MAX(1024) = 263 
04-28 00:09:03.859: E/OpenGLRenderer(14018): HUAWEI_DEBUG: glyph's Height = 13, Width = 13, current total allocated size out of MAX(1024) = 268 
04-28 00:09:03.859: E/OpenGLRenderer(14018): HUAWEI_DEBUG: glyph's Height = 3, Width = 4, current total allocated size out of MAX(1024) = 283 
04-28 00:09:03.859: E/OpenGLRenderer(14018): HUAWEI_DEBUG: glyph's Height = 14, Width = 14, current total allocated size out of MAX(1024) = 289 
04-28 00:09:03.859: E/OpenGLRenderer(14018): HUAWEI_DEBUG: glyph's Height = 14, Width = 8, current total allocated size out of MAX(1024) = 305 
04-28 00:09:03.859: E/OpenGLRenderer(14018): HUAWEI_DEBUG: glyph's Height = 4, Width = 3, current total allocated size out of MAX(1024) = 315 
04-28 00:09:03.859: E/OpenGLRenderer(14018): HUAWEI_DEBUG: glyph's Height = 13, Width = 8, current total allocated size out of MAX(1024) = 320 
04-28 00:09:03.859: E/OpenGLRenderer(14018): HUAWEI_DEBUG: glyph's Height = 2, Width = 7, current total allocated size out of MAX(1024) = 330 
04-28 00:09:03.859: E/OpenGLRenderer(14018): HUAWEI_DEBUG: glyph's Height = 2, Width = 7, current total allocated size out of MAX(1024) = 339 
04-28 00:09:03.869: E/OpenGLRenderer(14018): HUAWEI_DEBUG: glyph's Height = 6, Width = 8, current total allocated size out of MAX(1024) = 348 
04-28 00:09:03.869: E/OpenGLRenderer(14018): HUAWEI_DEBUG: glyph's Height = 15, Width = 9, current total allocated size out of MAX(1024) = 358 
04-28 00:09:03.869: E/OpenGLRenderer(14018): HUAWEI_DEBUG: glyph's Height = 14, Width = 7, current total allocated size out of MAX(1024) = 369 
04-28 00:09:03.869: E/OpenGLRenderer(14018): HUAWEI_DEBUG: glyph's Height = 14, Width = 9, current total allocated size out of MAX(1024) = 378 
04-28 00:09:03.869: E/OpenGLRenderer(14018): HUAWEI_DEBUG: glyph's Height = 7, Width = 7, current total allocated size out of MAX(1024) = 389 
04-28 00:09:03.869: E/OpenGLRenderer(14018): HUAWEI_DEBUG: glyph's Height = 11, Width = 10, current total allocated size out of MAX(1024) = 398 
04-28 00:09:03.869: E/OpenGLRenderer(14018): HUAWEI_DEBUG: glyph's Height = 14, Width = 9, current total allocated size out of MAX(1024) = 410 
04-28 00:09:03.869: E/OpenGLRenderer(14018): HUAWEI_DEBUG: glyph's Height = 14, Width = 9, current total allocated size out of MAX(1024) = 421 
04-28 00:09:03.869: E/OpenGLRenderer(14018): HUAWEI_DEBUG: glyph's Height = 14, Width = 3, current total allocated size out of MAX(1024) = 432 
04-28 00:09:03.869: E/OpenGLRenderer(14018): HUAWEI_DEBUG: glyph's Height = 14, Width = 3, current total allocated size out of MAX(1024) = 437 
04-28 00:09:03.869: E/OpenGLRenderer(14018): HUAWEI_DEBUG: glyph's Height = 3, Width = 5, current total allocated size out of MAX(1024) = 442 
04-28 00:09:03.869: E/OpenGLRenderer(14018): HUAWEI_DEBUG: glyph's Height = 11, Width = 9, current total allocated size out of MAX(1024) = 449 
04-28 00:09:03.869: E/OpenGLRenderer(14018): HUAWEI_DEBUG: glyph's Height = 10, Width = 5, current total allocated size out of MAX(1024) = 460 
04-28 00:09:03.869: E/OpenGLRenderer(14018): HUAWEI_DEBUG: glyph's Height = 15, Width = 9, current total allocated size out of MAX(1024) = 467 
04-28 00:09:03.869: E/OpenGLRenderer(14018): HUAWEI_DEBUG: glyph's Height = 10, Width = 14, current total allocated size out of MAX(1024) = 478 
04-28 00:09:03.869: E/OpenGLRenderer(14018): HUAWEI_DEBUG: glyph's Height = 18, Width = 5, current total allocated size out of MAX(1024) = 494 
04-28 00:09:03.869: E/OpenGLRenderer(14018): HUAWEI_DEBUG: glyph's Height = 18, Width = 5, current total allocated size out of MAX(1024) = 13 
04-28 00:09:03.869: E/OpenGLRenderer(14018): HUAWEI_DEBUG: glyph's Height = 11, Width = 9, current total allocated size out of MAX(1024) = 494 
04-28 00:09:03.869: E/OpenGLRenderer(14018): HUAWEI_DEBUG: glyph's Height = 2, Width = 9, current total allocated size out of MAX(1024) = 505 
04-28 00:09:03.869: E/OpenGLRenderer(14018): HUAWEI_DEBUG: glyph's Height = 10, Width = 9, current total allocated size out of MAX(1024) = 516 
04-28 00:09:03.869: E/OpenGLRenderer(14018): HUAWEI_DEBUG: glyph's Height = 11, Width = 9, current total allocated size out of MAX(1024) = 527 
04-28 00:09:03.869: E/OpenGLRenderer(14018): HUAWEI_DEBUG: glyph's Height = 11, Width = 9, current total allocated size out of MAX(1024) = 538 
04-28 00:09:03.869: E/OpenGLRenderer(14018): HUAWEI_DEBUG: glyph's Height = 14, Width = 8, current total allocated size out of MAX(1024) = 549 
04-28 00:09:03.869: E/OpenGLRenderer(14018): HUAWEI_DEBUG: glyph's Height = 13, Width = 6, current total allocated size out of MAX(1024) = 559 
04-28 00:09:03.869: E/OpenGLRenderer(14018): HUAWEI_DEBUG: glyph's Height = 10, Width = 14, current total allocated size out of MAX(1024) = 567 
04-28 00:09:03.869: E/OpenGLRenderer(14018): HUAWEI_DEBUG: glyph's Height = 11, Width = 8, current total allocated size out of MAX(1024) = 583 
04-28 00:09:03.869: E/OpenGLRenderer(14018): HUAWEI_DEBUG: glyph's Height = 14, Width = 9, current total allocated size out of MAX(1024) = 593 
04-28 00:09:03.869: E/OpenGLRenderer(14018): HUAWEI_DEBUG: glyph's Height = 10, Width = 8, current total allocated size out of MAX(1024) = 604 
04-28 00:09:03.879: E/OpenGLRenderer(14018): HUAWEI_DEBUG: glyph's Height = 13, Width = 3, current total allocated size out of MAX(1024) = 614 
04-28 00:09:03.879: E/OpenGLRenderer(14018): HUAWEI_DEBUG: glyph's Height = 13, Width = 11, current total allocated size out of MAX(1024) = 619 
04-28 00:09:03.879: E/OpenGLRenderer(14018): HUAWEI_DEBUG: glyph's Height = 15, Width = 8, current total allocated size out of MAX(1024) = 632 
04-28 00:09:03.879: E/OpenGLRenderer(14018): HUAWEI_DEBUG: glyph's Height = 9, Width = 8, current total allocated size out of MAX(1024) = 642 
04-28 00:09:03.879: E/OpenGLRenderer(14018): HUAWEI_DEBUG: glyph's Height = 13, Width = 9, current total allocated size out of MAX(1024) = 652 
04-28 00:09:03.879: E/OpenGLRenderer(14018): HUAWEI_DEBUG: glyph's Height = 13, Width = 9, current total allocated size out of MAX(1024) = 663 
04-28 00:09:03.879: E/OpenGLRenderer(14018): HUAWEI_DEBUG: glyph's Height = 14, Width = 9, current total allocated size out of MAX(1024) = 674 
04-28 00:09:03.879: E/OpenGLRenderer(14018): HUAWEI_DEBUG: glyph's Height = 13, Width = 11, current total allocated size out of MAX(1024) = 685 
04-28 00:09:03.879: E/OpenGLRenderer(14018): HUAWEI_DEBUG: glyph's Height = 18, Width = 4, current total allocated size out of MAX(1024) = 698 
04-28 00:09:03.879: E/OpenGLRenderer(14018): HUAWEI_DEBUG: glyph's Height = 18, Width = 4, current total allocated size out of MAX(1024) = 20 
04-28 00:09:03.879: E/OpenGLRenderer(14018): HUAWEI_DEBUG: glyph's Height = 13, Width = 11, current total allocated size out of MAX(1024) = 698 
04-28 00:09:03.879: E/OpenGLRenderer(14018): HUAWEI_DEBUG: glyph's Height = 13, Width = 16, current total allocated size out of MAX(1024) = 711 
04-28 00:09:03.879: E/OpenGLRenderer(14018): HUAWEI_DEBUG: glyph's Height = 19, Width = 6, current total allocated size out of MAX(1024) = 729 
04-28 00:09:03.879: E/OpenGLRenderer(14018): HUAWEI_DEBUG: glyph's Height = 19, Width = 6, current total allocated size out of MAX(1024) = 26 
04-28 00:09:03.879: E/OpenGLRenderer(14018): HUAWEI_DEBUG: glyph's Height = 13, Width = 11, current total allocated size out of MAX(1024) = 729 
04-28 00:09:03.879: E/OpenGLRenderer(14018): HUAWEI_DEBUG: glyph's Height = 13, Width = 14, current total allocated size out of MAX(1024) = 742 
04-28 00:09:03.879: E/OpenGLRenderer(14018): HUAWEI_DEBUG: glyph's Height = 13, Width = 11, current total allocated size out of MAX(1024) = 758 
04-28 00:09:03.879: E/OpenGLRenderer(14018): HUAWEI_DEBUG: glyph's Height = 14, Width = 11, current total allocated size out of MAX(1024) = 771 
04-28 00:09:03.879: E/OpenGLRenderer(14018): HUAWEI_DEBUG: glyph's Height = 13, Width = 10, current total allocated size out of MAX(1024) = 784 
04-28 00:09:03.879: E/OpenGLRenderer(14018): HUAWEI_DEBUG: glyph's Height = 15, Width = 12, current total allocated size out of MAX(1024) = 796 
04-28 00:09:03.879: E/OpenGLRenderer(14018): HUAWEI_DEBUG: glyph's Height = 13, Width = 10, current total allocated size out of MAX(1024) = 810 
04-28 00:09:03.879: E/OpenGLRenderer(14018): HUAWEI_DEBUG: glyph's Height = 14, Width = 11, current total allocated size out of MAX(1024) = 822 
04-28 00:09:03.879: E/OpenGLRenderer(14018): HUAWEI_DEBUG: glyph's Height = 13, Width = 11, current total allocated size out of MAX(1024) = 835 
04-28 00:09:03.879: E/OpenGLRenderer(14018): HUAWEI_DEBUG: glyph's Height = 14, Width = 10, current total allocated size out of MAX(1024) = 848 
04-28 00:09:03.879: E/OpenGLRenderer(14018): HUAWEI_DEBUG: glyph's Height = 13, Width = 12, current total allocated size out of MAX(1024) = 860 
04-28 00:09:03.919: I/ActivityManager(279): Displayed ucsc.luca.listviewexample/com.example.newsapp.MainActivity: +467ms
04-28 00:09:04.009: W/SignalStrength(356): getLTELevel - rsrp:2147483647 snr:2147483647 rsrpIconLevel:-1 snrIconLevel:-1
04-28 00:09:04.009: W/SignalStrength(356): getLTELevel - rssi:99 rssiIconLevel:0
04-28 00:09:04.009: W/SignalStrength(356): getGsmLevel=2
04-28 00:09:04.009: W/SignalStrength(356): getLevel=2
04-28 00:09:04.309: W/dalvikvm(14018): threadid=1: thread exiting with uncaught exception (group=0x40d06390)
04-28 00:09:04.849: E/Sensors(279): GsSensor: line +83 ~~~handle===0~~en==0~~!n
04-28 00:09:04.859: E/Sensors(279): GsSensor::setDelay: line +114 ~~~handle===0~~ns==200000000~~
04-28 00:09:04.879: I/WindowManager(279): SCREENLAYOUT_SIZE (1:small, 2:normal, 3:large, 4:xlarge) 2
04-28 00:09:04.879: I/fitatc(485): no preference set
04-28 00:09:04.929: E/OpenGLRenderer(485): HUAWEI_DEBUG: glyph's Height = 8, Width = 3, current total allocated size out of MAX(1024) = 0 
04-28 00:09:04.929: E/OpenGLRenderer(485): HUAWEI_DEBUG: glyph's Height = 0, Width = 0, current total allocated size out of MAX(1024) = 5 
04-28 00:09:04.929: E/OpenGLRenderer(485): HUAWEI_DEBUG: glyph's Height = 7, Width = 6, current total allocated size out of MAX(1024) = 7 
04-28 00:09:04.929: E/OpenGLRenderer(485): HUAWEI_DEBUG: glyph's Height = 8, Width = 4, current total allocated size out of MAX(1024) = 15 
04-28 00:09:04.929: E/OpenGLRenderer(485): HUAWEI_DEBUG: glyph's Height = 9, Width = 6, current total allocated size out of MAX(1024) = 21 
04-28 00:09:06.009: W/SignalStrength(356): getLTELevel - rsrp:2147483647 snr:2147483647 rsrpIconLevel:-1 snrIconLevel:-1
04-28 00:09:06.009: W/SignalStrength(356): getLTELevel - rssi:99 rssiIconLevel:0
04-28 00:09:06.009: W/SignalStrength(356): getGsmLevel=2
04-28 00:09:06.009: W/SignalStrength(356): getLevel=2
04-28 00:09:06.229: W/SignalStrength(457): SignalStrength before validate=SignalStrength: 5 255 -1 -1 -1 -1 -1 99 -32767 -32767 -32767 -32767.0.0 cdma
04-28 00:09:06.229: W/SignalStrength(457): SignalStrength after validate=SignalStrength: 5 255 -120 -160 -120 -1 -1 99 2147483647 2147483647 2147483647 -32767.0.0 cdma
04-28 00:09:06.329: W/lights(279): TP Button Light current value is 60 
04-28 00:09:06.329: W/lights(279): button_backlight:property_get,percent =0
04-28 00:09:06.359: W/MemoryDealer(147): madvise(0x42261000, 16384, MADV_REMOVE) returned Operation not supported on transport endpoint