App is not responding, Webview App

X

xCrasherr

Neues Mitglied
0
Hi, ich brauche Hilfe da ich den Fehler in meiner recht simplen Webview App einfach nicht finde..

Weder noch per Emulator noch über mein LG 4x HD funktionierts...

Bei meinem LG zeigt es an das es nicht kompatibel ist, anders als beim Emulator. Abstürzen tut die App bei beidem :rolleyes2:

Sie öffnet sich und schließt sich direkt mir der Meldung : App reagiert nicht

Fehler zeigt mir der Log wenn ich die ab run nicht an.

Hier der java Code der 'News' App
Code:
package com.gailtaler.app;

import android.support.v7.app.ActionBarActivity;
import android.support.v7.app.ActionBar;
import android.support.v4.app.Fragment;
import android.os.Bundle;
import android.view.LayoutInflater;
import android.view.Menu;
import android.view.MenuItem;
import android.view.View;
import android.view.ViewGroup;
import android.os.Build;
import android.webkit.WebSettings;
import android.webkit.WebView;

public class News extends ActionBarActivity {

    private WebView mWebView;

    @Override
    protected void onCreate(Bundle savedInstanceState) {
        super.onCreate(savedInstanceState);
        setContentView(R.layout.activity_news);
        // Enable Javascript
        WebSettings webSettings = mWebView.getSettings();
        webSettings.setJavaScriptEnabled(true);
        mWebView.loadUrl("http://www.xcrasherr.site90.net/index.xml");

        mWebView = (WebView) findViewById(R.id.activity_main_webview);

    }


    @Override
    public boolean onCreateOptionsMenu(Menu menu) {
        
        // Inflate the menu; this adds items to the action bar if it is present.
        getMenuInflater().inflate(R.menu.news, menu);
        return true;
    }

    @Override
    public boolean onOptionsItemSelected(MenuItem item) {
        // Handle action bar item clicks here. The action bar will
        // automatically handle clicks on the Home/Up button, so long
        // as you specify a parent activity in AndroidManifest.xml.
        int id = item.getItemId();
        if (id == R.id.action_settings) {
            return true;
        }
        return super.onOptionsItemSelected(item);
    }

    /**
     * A placeholder fragment containing a simple view.
     */
    public static class PlaceholderFragment extends Fragment {

        public PlaceholderFragment() {
        }

        @Override
        public View onCreateView(LayoutInflater inflater, ViewGroup container,
                Bundle savedInstanceState) {
            View rootView = inflater.inflate(R.layout.fragment_news, container, false);
            return rootView;
        }
    }

}

Hier der Coder aus der Activity :
Code:
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:tools="http://schemas.android.com/tools"
    android:id="@+id/container"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    tools:context="com.gailtaler.app.News"
    tools:ignore="MergeRootFrame" >

    <WebView
        android:id="@+id/activity_main_webview"
        android:layout_width="match_parent"
        android:layout_height="match_parent" />
</FrameLayout>


und hier die Manifest :
Code:
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
    package="com.gailtaler.app" >

    <application
        android:allowBackup="true"
        android:icon="@drawable/ic_launcher"
        android:label="@string/app_name"
        android:theme="@style/AppTheme" >
        <activity
            android:name="com.gailtaler.app.News"
            android:label="@string/app_name" >
            <intent-filter>
                <action android:name="android.intent.action.MAIN" />

                <category android:name="android.intent.category.LAUNCHER" />
            </intent-filter>
        </activity>
    </application>

<uses-permission android:name="android.permission.INTERNET" />

    </manifest>
 
Code:
@Override
    protected void onCreate(Bundle savedInstanceState) {
        super.onCreate(savedInstanceState);
        setContentView(R.layout.activity_news);
        // Enable Javascript
        WebSettings webSettings = mWebView.getSettings();
        webSettings.setJavaScriptEnabled(true);
        mWebView.loadUrl("http://www.xcrasherr.site90.net/index.xml");

        mWebView = (WebView) findViewById(R.id.activity_main_webview);

    }

->>

Code:
@Override
    protected void onCreate(Bundle savedInstanceState) {
        super.onCreate(savedInstanceState);
        setContentView(R.layout.activity_news);
        // Enable Javascript

        mWebView = (WebView) findViewById(R.id.activity_main_webview);

        WebSettings webSettings = mWebView.getSettings();
        webSettings.setJavaScriptEnabled(true);
        mWebView.loadUrl("http://www.xcrasherr.site90.net/index.xml");

    }


Der ursprüngliche Beitrag von 14:34 Uhr wurde um 14:36 Uhr ergänzt:

Kann ein FrameLayout überhaupt ChildViews haben? Ich glaube nicht..

Wo hast du dir denn den Code zusammen geklaut?! :o ist ja fürchterlich!

Außerdem solltest du mal den LogCat posten:
94eb289f247f6e711a9975bed6783d1db4a15af4a9f2b7cd8f1a560a3bfb540a.jpg
 
was meinst du mit "kann ein framelayout überhaupt childviews haben"

was soll es denn sonst haben? ist ja der sinn dass man views innerhalb des framelayouts anordnet
 
Außerdem solltest du mal den LogCat posten:
94eb289f247f6e711a9975bed6783d1db4a15af4a9f2b7cd8f1a560a3bfb540a.jpg
[/QUOTE]


imgur: the simple image sharer

Der ursprüngliche Beitrag von 16:18 Uhr wurde um 17:18 Uhr ergänzt:

Logcat :
Code:
05-06 17:02:41.278      166-171/? E/ThermalDaemon skin temp read success (result:28869)!!!
05-06 17:02:41.278      166-171/? E/ThermalDaemon lcd_max_backlight:255	 lcd_cur_backlight:0
05-06 17:02:41.278      166-171/? E/ThermalDaemon temperature:28869, location:0, saved_bri_v:255, bri_req_v:255
05-06 17:02:41.278      166-171/? E/ThermalDaemon pre brightness = 255 / value brightness = 255
05-06 17:03:41.288      166-171/? E/ThermalDaemon skin temp read success (result:28825)!!!
05-06 17:03:41.288      166-171/? E/ThermalDaemon lcd_max_backlight:255	 lcd_cur_backlight:0
05-06 17:03:41.288      166-171/? E/ThermalDaemon temperature:28825, location:0, saved_bri_v:255, bri_req_v:255
05-06 17:03:41.288      166-171/? E/ThermalDaemon pre brightness = 255 / value brightness = 255
05-06 17:04:04.098     159-6831/? E/HttpPlayerDriver notify_callback msg=2, ext1=0, ext2=0
05-06 17:04:04.098     159-6831/? E/HttpPlayerDriver notify_callback send start
05-06 17:04:04.098     159-6831/? E/HttpPlayerDriver notify_callback send end
05-06 17:04:04.108    159-13391/? E/HttpPlayerDriver getCurrentPosition
05-06 17:04:04.108    159-11696/? E/HttpPlayerDriver getCurrentPosition
05-06 17:04:04.128      159-159/? E/HttpPlayerDriver isPlaying
05-06 17:04:04.128      159-378/? E/HttpPlayerDriver isPlaying
05-06 17:04:04.128      159-377/? E/HttpPlayerDriver getCurrentPosition
05-06 17:04:04.138      159-376/? E/HttpPlayerDriver isPlaying
05-06 17:04:04.138    159-13391/? E/HttpPlayerDriver getCurrentPosition
05-06 17:04:04.188    159-11696/? E/HttpPlayerDriver stop
05-06 17:04:04.268      159-159/? E/HttpPlayerDriver reset
05-06 17:04:04.368      159-377/? E/HttpPlayerDriver reset
05-06 17:04:04.368      159-377/? E/HttpPlayerDriver ~HttpPlayerDriver
05-06 17:04:04.368      159-377/? E/HttpPlayerDriver reset
05-06 17:04:04.368      159-377/? E/HttpPlayerDriver mChangePlayThread->requestExitAndWait()
05-06 17:04:04.388    159-13391/? E/HttpPlayerDriver HttpPlayerDriver (0)
05-06 17:04:04.388    159-13391/? E/HttpPlayerDriver CreatePlayer playernumber =0
05-06 17:04:04.448    159-13391/? E/HttpPlayerDriver initCheck
05-06 17:04:04.448    159-13391/? E/HttpPlayerDriver setUID (277c)
05-06 17:04:04.448    159-13391/? E/HttpPlayerDriver setAudioSink
05-06 17:04:04.448    159-13391/? E/HttpPlayerDriver setDataSource http://127.0.0.1:34670/%2F?streamUrl=https%3A%2F%2Fapi.soundcloud.com%2Ftracks%2F147245813%2Fstream%3Ftrack_id%3D147245813
05-06 17:04:04.458      159-377/? E/HttpPlayerDriver prepareAsync
05-06 17:04:04.998    5789-6423/? E/d Unable to resolve host "api.soundcloud.com": No address associated with hostname
05-06 17:04:05.108    5789-6427/? E/d Unable to resolve host "i1.sndcdn.com": No address associated with hostname
05-06 17:04:05.138    5789-6423/? E/d Unable to resolve host "api.soundcloud.com": No address associated with hostname
05-06 17:04:05.148    5789-6427/? E/d Unable to resolve host "i1.sndcdn.com": No address associated with hostname
05-06 17:04:33.594      357-727/? E/WifiP2pService removeGroup is called :null ++++++++++++++
05-06 17:04:33.594      357-727/? E/WifiP2pService removeGroupInfo : mGroup and mGroupInterface are null
05-06 17:04:33.624     357-9820/? E/WifiP2pService removeGroup is called :null ++++++++++++++
05-06 17:04:33.624     357-9820/? E/WifiP2pService removeGroupInfo : mGroup and mGroupInterface are null
05-06 17:09:20.114      357-357/? E/WifiP2pService removeGroup is called :null ++++++++++++++
05-06 17:09:20.114      357-357/? E/WifiP2pService removeGroupInfo : mGroup and mGroupInterface are null
05-06 17:09:20.324      357-357/? E/WifiP2pService removeGroup is called :null ++++++++++++++
05-06 17:09:20.324      357-357/? E/WifiP2pService removeGroupInfo : mGroup and mGroupInterface are null
05-06 17:14:05.634      357-660/? E/WifiP2pService removeGroup is called :null ++++++++++++++
05-06 17:14:05.634      357-660/? E/WifiP2pService removeGroupInfo : mGroup and mGroupInterface are null
05-06 17:14:05.834      357-660/? E/WifiP2pService removeGroup is called :null ++++++++++++++
05-06 17:14:05.834      357-660/? E/WifiP2pService removeGroupInfo : mGroup and mGroupInterface are null
05-06 17:14:38.284      166-171/? E/ThermalDaemon skin temp read success (result:-788034440)!!!
05-06 17:14:38.284      166-171/? E/ThermalDaemon lcd_max_backlight:255	 lcd_cur_backlight:0
05-06 17:14:38.284      166-171/? E/ThermalDaemon temperature:-788034440, location:0, saved_bri_v:255, bri_req_v:255
05-06 17:14:38.284      166-171/? E/ThermalDaemon pre brightness = 255 / value brightness = 255
05-06 17:15:15.154    5789-6420/? E/d Unable to resolve host "api.soundcloud.com": No address associated with hostname
05-06 17:15:15.154    5789-6423/? E/d Unable to resolve host "api.soundcloud.com": No address associated with hostname
05-06 17:15:15.184    5789-6423/? E/d Unable to resolve host "api.soundcloud.com": No address associated with hostname
05-06 17:15:15.194    5789-6420/? E/d Unable to resolve host "api.soundcloud.com": No address associated with hostname
05-06 17:15:15.294    159-13391/? E/MetadataRetrieverClient failed to extract an album art
05-06 17:15:15.774    5789-6427/? E/d Unable to resolve host "api.soundcloud.com": No address associated with hostname
05-06 17:15:15.774    5789-6427/? E/d Unable to resolve host "api.soundcloud.com": No address associated with hostname
05-06 17:15:15.804    5789-6423/? E/d Unable to resolve host "api.soundcloud.com": No address associated with hostname
05-06 17:15:15.804    5789-6423/? E/d Unable to resolve host "api.soundcloud.com": No address associated with hostname
05-06 17:15:17.204      357-368/? E/WifiP2pService removeGroup is called :null ++++++++++++++
05-06 17:15:17.204      357-368/? E/WifiP2pService removeGroupInfo : mGroup and mGroupInterface are null
05-06 17:15:17.374     357-9361/? E/WifiP2pService removeGroup is called :null ++++++++++++++
05-06 17:15:17.374     357-9361/? E/WifiP2pService removeGroupInfo : mGroup and mGroupInterface are null
05-06 17:15:17.384      357-704/? E/WifiP2pService removeGroup is called :null ++++++++++++++
05-06 17:15:17.384      357-704/? E/WifiP2pService removeGroupInfo : mGroup and mGroupInterface are null
05-06 17:15:17.444      357-658/? E/WifiP2pService removeGroup is called :null ++++++++++++++
05-06 17:15:17.444      357-658/? E/WifiP2pService removeGroupInfo : mGroup and mGroupInterface are null
05-06 17:15:18.524    7040-7040/? E/COMPANION [LGSW]false, [WIFIUI]false, [WIFI]false, [HOTSPOT]false, [OBEXSERVICE]false
05-06 17:15:19.934      357-445/? E/InputDispatcher channel '426b9350 com.whatsapp/com.whatsapp.Conversation (server)' ~ Channel is unrecoverably broken and will be disposed!
05-06 17:15:19.934      357-445/? E/InputDispatcher channel '425f8128 com.whatsapp/com.whatsapp.Conversations (server)' ~ Channel is unrecoverably broken and will be disposed!
05-06 17:15:21.544      357-482/? E/MobileDataStateTracker default: unknown network type: 15
05-06 17:15:21.704     357-9760/? E/WifiP2pService removeGroup is called :null ++++++++++++++
05-06 17:15:21.704     357-9760/? E/WifiP2pService removeGroupInfo : mGroup and mGroupInterface are null
05-06 17:15:23.354    7020-7020/? E/ file /data/data/com.nvidia.NvCPLSvc/files/driverlist.txt: not found!
05-06 17:15:23.534     357-9760/? E/WifiP2pService removeGroup is called :null ++++++++++++++
05-06 17:15:23.534     357-9760/? E/WifiP2pService removeGroupInfo : mGroup and mGroupInterface are null
05-06 17:15:23.544      357-729/? E/WifiP2pService removeGroup is called :null ++++++++++++++
05-06 17:15:23.544      357-729/? E/WifiP2pService removeGroupInfo : mGroup and mGroupInterface are null
05-06 17:15:23.704    7020-7020/? E/ActivityThread Failed to find provider info for com.lge.ims.provisioning
05-06 17:15:24.434     357-9729/? E/Tethering unable start or stop USB tethering
05-06 17:15:24.444      357-729/? E/MountService Failed to read response to volume shared /storage/sdcard0 ums
05-06 17:15:24.604     357-9729/? E/WifiP2pService removeGroup is called :null ++++++++++++++
05-06 17:15:24.604     357-9729/? E/WifiP2pService removeGroupInfo : mGroup and mGroupInterface are null
05-06 17:15:25.814     357-9361/? E/WifiP2pService removeGroup is called :null ++++++++++++++
05-06 17:15:25.814     357-9361/? E/WifiP2pService removeGroupInfo : mGroup and mGroupInterface are null
05-06 17:15:25.834      357-727/? E/WifiP2pService removeGroup is called :null ++++++++++++++
05-06 17:15:25.834      357-727/? E/WifiP2pService removeGroupInfo : mGroup and mGroupInterface are null
05-06 17:15:26.054     159-6871/? E/HttpPlayerDriver notify_callback msg=3, ext1=0, ext2=0
05-06 17:15:26.054     159-6871/? E/HttpPlayerDriver notify_callback send start
05-06 17:15:26.054     159-6871/? E/HttpPlayerDriver notify_callback send end
05-06 17:15:26.054     159-6871/? E/HttpPlayerDriver notify_callback msg=1, ext1=0, ext2=0
05-06 17:15:26.054     159-6871/? E/HttpPlayerDriver notify_callback send start
05-06 17:15:26.054     159-6871/? E/HttpPlayerDriver notify_callback send end
05-06 17:15:26.114      159-376/? E/HttpPlayerDriver setLooping
05-06 17:15:26.114    159-11696/? E/HttpPlayerDriver setLooping
05-06 17:15:26.114    159-11696/? E/HttpPlayerDriver start
05-06 17:15:26.124      159-378/? E/HttpPlayerDriver isPlaying
05-06 17:15:26.124      159-159/? E/HttpPlayerDriver getCurrentPosition
05-06 17:15:26.124      159-376/? E/HttpPlayerDriver isPlaying
05-06 17:15:26.554      159-377/? E/HttpPlayerDriver isPlaying
05-06 17:15:26.554    159-13391/? E/HttpPlayerDriver getCurrentPosition
05-06 17:15:27.064    7040-7040/? E/COMPANION [LGSW]false, [WIFIUI]false, [WIFI]false, [HOTSPOT]false, [OBEXSERVICE]false
05-06 17:15:27.354      357-658/? E/WifiP2pService removeGroup is called :null ++++++++++++++
05-06 17:15:27.354      357-658/? E/WifiP2pService removeGroupInfo : mGroup and mGroupInterface are null
05-06 17:15:27.354      357-745/? E/WifiP2pService removeGroup is called :null ++++++++++++++
05-06 17:15:27.354      357-745/? E/WifiP2pService removeGroupInfo : mGroup and mGroupInterface are null
05-06 17:15:27.724    7040-7040/? E/COMPANION [LGSW]true, [WIFIUI]false, [WIFI]false, [HOTSPOT]false, [OBEXSERVICE]true
05-06 17:15:27.814    7040-7040/? E/COMPANION WIFIAPConnection : context.registerReceiver(wifiStateReceiver, intentFilter)!!
05-06 17:15:27.934    7006-7006/? E/OSP delete file : osp_ics.confpath : /data/data/com.lge.osp/files/osp_ics.conf
05-06 17:15:27.934    7006-7006/? E/OSP delete file : osp_skin_ics.zippath : /data/data/com.lge.osp/files/osp_skin_ics.zip
05-06 17:15:27.934    7006-7006/? E/OSP !file.exists()
05-06 17:15:27.984      357-368/? E/WifiP2pService removeGroup is called :null ++++++++++++++
05-06 17:15:27.984      357-368/? E/WifiP2pService removeGroupInfo : mGroup and mGroupInterface are null
05-06 17:15:27.994      357-727/? E/WifiP2pService removeGroup is called :null ++++++++++++++
05-06 17:15:27.994      357-727/? E/WifiP2pService removeGroupInfo : mGroup and mGroupInterface are null
05-06 17:15:28.064    7006-7006/? E/OSP !file.exists()
05-06 17:15:29.644     357-9729/? E/WifiP2pService removeGroup is called :null ++++++++++++++
05-06 17:15:29.644     357-9729/? E/WifiP2pService removeGroupInfo : mGroup and mGroupInterface are null
05-06 17:15:29.644      357-704/? E/WifiP2pService removeGroup is called :null ++++++++++++++
05-06 17:15:29.644      357-704/? E/WifiP2pService removeGroupInfo : mGroup and mGroupInterface are null
05-06 17:15:31.924      357-704/? E/WifiP2pService removeGroup is called :null ++++++++++++++
05-06 17:15:31.924      357-704/? E/WifiP2pService removeGroupInfo : mGroup and mGroupInterface are null
05-06 17:15:31.944      357-745/? E/WifiP2pService removeGroup is called :null ++++++++++++++
05-06 17:15:31.944      357-745/? E/WifiP2pService removeGroupInfo : mGroup and mGroupInterface are null
05-06 17:15:31.964      357-704/? E/WifiP2pService removeGroup is called :null ++++++++++++++
05-06 17:15:31.964      357-704/? E/WifiP2pService removeGroupInfo : mGroup and mGroupInterface are null
05-06 17:15:31.964      357-697/? E/WifiP2pService removeGroup is called :null ++++++++++++++
05-06 17:15:31.964      357-697/? E/WifiP2pService removeGroupInfo : mGroup and mGroupInterface are null
05-06 17:15:32.744    7020-7020/? E/ActivityThread Failed to find provider info for com.lge.ims.provisioning
05-06 17:15:34.044      357-729/? E/WifiP2pService removeGroup is called :null ++++++++++++++
05-06 17:15:34.044      357-729/? E/WifiP2pService removeGroupInfo : mGroup and mGroupInterface are null
05-06 17:15:34.044     357-9820/? E/WifiP2pService removeGroup is called :null ++++++++++++++
05-06 17:15:34.044     357-9820/? E/WifiP2pService removeGroupInfo : mGroup and mGroupInterface are null
05-06 17:15:34.624      357-368/? E/Tethering unable start or stop USB tethering
05-06 17:15:34.634      357-658/? E/MountService Failed to read response to volume shared /storage/sdcard0 ums
05-06 17:15:35.394    7040-7040/? E/COMPANION [LGSW]true, [WIFIUI]false, [WIFI]false, [HOTSPOT]false, [OBEXSERVICE]true
05-06 17:15:37.164     357-9729/? E/WifiP2pService removeGroup is called :null ++++++++++++++
05-06 17:15:37.164     357-9729/? E/WifiP2pService removeGroupInfo : mGroup and mGroupInterface are null
05-06 17:15:37.164      357-729/? E/WifiP2pService removeGroup is called :null ++++++++++++++
05-06 17:15:37.164      357-729/? E/WifiP2pService removeGroupInfo : mGroup and mGroupInterface are null
05-06 17:15:37.374     357-9361/? E/WifiP2pService removeGroup is called :null ++++++++++++++
05-06 17:15:37.374     357-9361/? E/WifiP2pService removeGroupInfo : mGroup and mGroupInterface are null
05-06 17:15:39.394     357-9361/? E/WifiP2pService removeGroup is called :null ++++++++++++++
05-06 17:15:39.394     357-9361/? E/WifiP2pService removeGroupInfo : mGroup and mGroupInterface are null
05-06 17:15:39.454      357-367/? E/WifiP2pService removeGroup is called :null ++++++++++++++
05-06 17:15:39.454      357-367/? E/WifiP2pService removeGroupInfo : mGroup and mGroupInterface are null
05-06 17:15:42.724      357-658/? E/WifiP2pService removeGroup is called :null ++++++++++++++
05-06 17:15:42.724      357-658/? E/WifiP2pService removeGroupInfo : mGroup and mGroupInterface are null
05-06 17:15:42.724     357-9729/? E/WifiP2pService removeGroup is called :null ++++++++++++++
05-06 17:15:42.724     357-9729/? E/WifiP2pService removeGroupInfo : mGroup and mGroupInterface are null
05-06 17:15:46.104      357-727/? E/WifiP2pService removeGroup is called :null ++++++++++++++
05-06 17:15:46.104      357-727/? E/WifiP2pService removeGroupInfo : mGroup and mGroupInterface are null
05-06 17:15:46.134      357-729/? E/WifiP2pService removeGroup is called :null ++++++++++++++
05-06 17:15:46.134      357-729/? E/WifiP2pService removeGroupInfo : mGroup and mGroupInterface are null
05-06 17:15:47.164    7040-7040/? E/COMPANION [LGSW]true, [WIFIUI]false, [WIFI]false, [HOTSPOT]false, [OBEXSERVICE]true
05-06 17:15:50.324      357-704/? E/WifiP2pService removeGroup is called :null ++++++++++++++
05-06 17:15:50.324      357-704/? E/WifiP2pService removeGroupInfo : mGroup and mGroupInterface are null
05-06 17:15:50.354      357-697/? E/WifiP2pService removeGroup is called :null ++++++++++++++
05-06 17:15:50.354      357-697/? E/WifiP2pService removeGroupInfo : mGroup and mGroupInterface are null
05-06 17:15:51.864      357-357/? E/WifiP2pService removeGroup is called :null ++++++++++++++
05-06 17:15:51.864      357-357/? E/WifiP2pService removeGroupInfo : mGroup and mGroupInterface are null
05-06 17:15:51.904      357-697/? E/WifiP2pService removeGroup is called :null ++++++++++++++
05-06 17:15:51.904      357-697/? E/WifiP2pService removeGroupInfo : mGroup and mGroupInterface are null
05-06 17:15:53.244    7040-7040/? E/COMPANION [LGSW]true, [WIFIUI]false, [WIFI]false, [HOTSPOT]false, [OBEXSERVICE]true
05-06 17:15:53.314    7040-7040/? E/COMPANION [LGSW]true, [WIFIUI]false, [WIFI]false, [HOTSPOT]false, [OBEXSERVICE]true
05-06 17:15:56.164     357-9788/? E/WifiP2pService removeGroup is called :null ++++++++++++++
05-06 17:15:56.164     357-9788/? E/WifiP2pService removeGroupInfo : mGroup and mGroupInterface are null
05-06 17:15:56.164      357-729/? E/WifiP2pService removeGroup is called :null ++++++++++++++
05-06 17:15:56.164      357-729/? E/WifiP2pService removeGroupInfo : mGroup and mGroupInterface are null
05-06 17:15:57.114      166-171/? E/ThermalDaemon skin temp read success (result:27632)!!!
05-06 17:15:57.114      166-171/? E/ThermalDaemon lcd_max_backlight:255	 lcd_cur_backlight:153
05-06 17:15:57.114      166-171/? E/ThermalDaemon temperature:27632, location:0, saved_bri_v:255, bri_req_v:255
05-06 17:15:57.114      166-171/? E/ThermalDaemon pre brightness = 255 / value brightness = 255
05-06 17:15:58.204     357-9729/? E/WifiP2pService removeGroup is called :null ++++++++++++++
05-06 17:15:58.204     357-9729/? E/WifiP2pService removeGroupInfo : mGroup and mGroupInterface are null
05-06 17:15:58.204      357-660/? E/WifiP2pService removeGroup is called :null ++++++++++++++
05-06 17:15:58.204      357-660/? E/WifiP2pService removeGroupInfo : mGroup and mGroupInterface are null
05-06 17:15:59.364     357-9760/? E/WifiP2pService removeGroup is called :null ++++++++++++++
05-06 17:15:59.364     357-9760/? E/WifiP2pService removeGroupInfo : mGroup and mGroupInterface are null
05-06 17:15:59.364      357-745/? E/WifiP2pService removeGroup is called :null ++++++++++++++
05-06 17:15:59.364      357-745/? E/WifiP2pService removeGroupInfo : mGroup and mGroupInterface are null
05-06 17:16:00.674      357-727/? E/WifiP2pService removeGroup is called :null ++++++++++++++
05-06 17:16:00.674      357-727/? E/WifiP2pService removeGroupInfo : mGroup and mGroupInterface are null
05-06 17:16:00.684      357-746/? E/WifiP2pService removeGroup is called :null ++++++++++++++
05-06 17:16:00.684      357-746/? E/WifiP2pService removeGroupInfo : mGroup and mGroupInterface are null
05-06 17:16:01.924      357-697/? E/WifiP2pService removeGroup is called :null ++++++++++++++
05-06 17:16:01.924      357-697/? E/WifiP2pService removeGroupInfo : mGroup and mGroupInterface are null
05-06 17:16:02.114      357-367/? E/WifiP2pService removeGroup is called :null ++++++++++++++
05-06 17:16:02.114      357-367/? E/WifiP2pService removeGroupInfo : mGroup and mGroupInterface are null
05-06 17:16:03.644     357-9820/? E/WifiP2pService removeGroup is called :null ++++++++++++++
05-06 17:16:03.644     357-9820/? E/WifiP2pService removeGroupInfo : mGroup and mGroupInterface are null
05-06 17:16:03.824     357-9760/? E/WifiP2pService removeGroup is called :null ++++++++++++++
05-06 17:16:03.824     357-9760/? E/WifiP2pService removeGroupInfo : mGroup and mGroupInterface are null
05-06 17:16:05.164      357-357/? E/WifiP2pService removeGroup is called :null ++++++++++++++
05-06 17:16:05.164      357-357/? E/WifiP2pService removeGroupInfo : mGroup and mGroupInterface are null
05-06 17:16:12.974    7490-7490/? E/FragmentManager No view found for id 0x7f070017 (com.gailtaler.app:id/container) for fragment PlaceholderFragment{4253be50 #0 id=0x7f070017}
05-06 17:16:12.974    7490-7490/? E/FragmentManager Activity state:
05-06 17:16:13.424    7490-7490/? E/AndroidRuntime FATAL EXCEPTION: main
    java.lang.RuntimeException: Unable to start activity ComponentInfo{com.gailtaler.app/com.gailtaler.app.MainActivity}: java.lang.IllegalArgumentException: No view found for id 0x7f070017 (com.gailtaler.app:id/container) for fragment PlaceholderFragment{4253be50 #0 id=0x7f070017}
            at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2073)
            at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2098)
            at android.app.ActivityThread.access$600(ActivityThread.java:138)
            at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1204)
            at android.os.Handler.dispatchMessage(Handler.java:99)
            at android.os.Looper.loop(Looper.java:137)
            at android.app.ActivityThread.main(ActivityThread.java:4872)
            at java.lang.reflect.Method.invokeNative(Native Method)
            at java.lang.reflect.Method.invoke(Method.java:511)
            at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:790)
            at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:557)
            at dalvik.system.NativeStart.main(Native Method)
     Caused by: java.lang.IllegalArgumentException: No view found for id 0x7f070017 (com.gailtaler.app:id/container) for fragment PlaceholderFragment{4253be50 #0 id=0x7f070017}
            at android.support.v4.app.FragmentManagerImpl.moveToState(FragmentManager.java:930)
            at android.support.v4.app.FragmentManagerImpl.moveToState(FragmentManager.java:1115)
            at android.support.v4.app.BackStackRecord.run(BackStackRecord.java:682)
            at android.support.v4.app.FragmentManagerImpl.execPendingActions(FragmentManager.java:1478)
            at android.support.v4.app.FragmentActivity.onStart(FragmentActivity.java:570)
            at android.app.Instrumentation.callActivityOnStart(Instrumentation.java:1166)
            at android.app.Activity.performStart(Activity.java:5201)
            at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2046)
************at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2098)
************at android.app.ActivityThread.access$600(ActivityThread.java:138)
************at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1204)
************at android.os.Handler.dispatchMessage(Handler.java:99)
************at android.os.Looper.loop(Looper.java:137)
************at android.app.ActivityThread.main(ActivityThread.java:4872)
************at java.lang.reflect.Method.invokeNative(Native Method)
************at java.lang.reflect.Method.invoke(Method.java:511)
************at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:790)
************at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:557)
************at dalvik.system.NativeStart.main(Native Method)
05-06 17:16:15.964      733-733/? E/[LGHome]Launcher.Workspace [Workspace.java:6090:updateShortcuts()][Failed] updateShortcuts : view is null
05-06 17:16:19.564    7566-7566/? E/TaskSync Task is not support [[ at TaskSync.java 1287, isTaskApp()  in com.lge.email.jni.eas.TaskSync ]]
05-06 17:16:19.614    7566-7566/? E/B2Email db == null [[ at EmailDB.java 410, getAccountCount()  in com.lge.email.db.EmailDB ]]
05-06 17:16:19.724    7566-7566/? E/B2Email db == null [[ at EmailDB.java 410, getAccountCount()  in com.lge.email.db.EmailDB ]]
05-06 17:16:32.934    7652-7652/? E/dalvikvm Could not find class 'android.telephony.CellInfoCdma', referenced from method com.facebook.common.hardware.CellDiagnosticsSerializer.c
05-06 17:16:33.074    2599-6730/? E/dalvikvm Could not find class 'android.app.AppOpsManager', referenced from method box.a
05-06 17:16:35.414    7738-7738/? E/[MMS] MmsSettings: [LGE] MmsSettings.initializeMmsSettings()
05-06 17:16:35.434    7738-7738/? E/[MMS] MmsSettings: [LGE]loadXMLSettings() ++++++++++ >> Load default:false
05-06 17:16:35.434    7738-7738/? E/[MMS] MmsSettings: [LGE]loadXMLSettings(): SIM(current) information
05-06 17:16:35.434    7738-7738/? E/[MMS] MmsSettings: [LGE]loadXMLSettings() [Build] Country:EU, Operator:OPEN
05-06 17:16:35.834    7738-7738/? E/[MMS] MmsSettings: [LGE]loadXMLSettings(): Check current items.
05-06 17:16:35.964    7738-7738/? E/[MMS] MmsSettings: [LGE]loadXMLSettings(): Check prefMmsConfig.
05-06 17:16:36.234    7738-7738/? E/[MMS] MmsSettings: [LGE]loadXMLSettings(): Phone(saved) information
05-06 17:16:36.234    7738-7738/? E/[MMS] MmsSettings: [LGE]loadXMLSettings(): SIM is NOT changed!!!
05-06 17:16:36.234    7738-7738/? E/[MMS] MmsSettings: [LGE]loadXMLSettings(): SIM is not ready!!!
05-06 17:16:43.594      357-658/? E/WifiP2pService removeGroup is called :null ++++++++++++++
05-06 17:16:43.594      357-658/? E/WifiP2pService removeGroupInfo : mGroup and mGroupInterface are null
05-06 17:16:44.444    7823-7858/? E/IMPLUS LOG_ERR: dialog is null
05-06 17:16:44.454    7823-7858/? E/IMPLUS LOG_ERR: dialog is null
05-06 17:16:44.454    7823-7858/? E/IMPLUS LOG_ERR: dialog is null
05-06 17:16:44.454    7823-7858/? E/IMPLUS LOG_ERR: dialog is null
05-06 17:16:44.464    7823-7858/? E/IMPLUS LOG_ERR: dialog is null
05-06 17:16:46.654      357-357/? E/WifiP2pService removeGroup is called :null ++++++++++++++
05-06 17:16:46.654      357-357/? E/WifiP2pService removeGroupInfo : mGroup and mGroupInterface are null
05-06 17:16:46.724      357-658/? E/WifiP2pService removeGroup is called :null ++++++++++++++
05-06 17:16:46.724      357-658/? E/WifiP2pService removeGroupInfo : mGroup and mGroupInterface are null
05-06 17:16:49.894      357-746/? E/WifiP2pService removeGroup is called :null ++++++++++++++
05-06 17:16:49.894      357-746/? E/WifiP2pService removeGroupInfo : mGroup and mGroupInterface are null
05-06 17:16:49.894      357-727/? E/WifiP2pService removeGroup is called :null ++++++++++++++
05-06 17:16:49.894      357-727/? E/WifiP2pService removeGroupInfo : mGroup and mGroupInterface are null
 
Aber doch bitte nur von deiner App oO

lg.
 

Ähnliche Themen

Manny87
  • Manny87
Antworten
11
Aufrufe
166
swa00
swa00
R
  • Robby1950
2
Antworten
23
Aufrufe
1.015
Robby1950
R
netfreak
  • netfreak
Antworten
10
Aufrufe
457
netfreak
netfreak
Zurück
Oben Unten