Advertisement
Guest User

Untitled

a guest
Feb 5th, 2012
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.59 KB | None | 0 0
  1. E/TetherSettings( 1631): IOException in switch USB tethering netdevice
  2. E/TetherSettings( 1631): java.io.FileNotFoundException: /sys/devices/platform/msm_hsusb/gadget/switchusb (No such file or directory)
  3. E/TetherSettings( 1631): at org.apache.harmony.luni.platform.OSFileSystem.openImpl(Native Method)
  4. E/TetherSettings( 1631): at org.apache.harmony.luni.platform.OSFileSystem.open(OSFileSystem.java:152)
  5. E/TetherSettings( 1631): at java.io.FileOutputStream.<init>(FileOutputStream.java:97)
  6. E/TetherSettings( 1631): at java.io.FileOutputStream.<init>(FileOutputStream.java:69)
  7. E/TetherSettings( 1631): at java.io.FileWriter.<init>(FileWriter.java:42)
  8. E/TetherSettings( 1631): at com.android.settings.TetherSettings.enableUsbNetSync(TetherSettings.java:123)
  9. E/TetherSettings( 1631): at com.android.settings.TetherSettings.onPreferenceTreeClick(TetherSettings.java:319)
  10. E/TetherSettings( 1631): at android.preference.Preference.performClick(Preference.java:820)
  11. E/TetherSettings( 1631): at android.preference.PreferenceScreen.onItemClick(PreferenceScreen.java:190)
  12. E/TetherSettings( 1631): at android.widget.AdapterView.performItemClick(AdapterView.java:284)
  13. E/TetherSettings( 1631): at android.widget.ListView.performItemClick(ListView.java:3382)
  14. E/TetherSettings( 1631): at android.widget.AbsListView$PerformClick.run(AbsListView.java:1696)
  15. E/TetherSettings( 1631): at android.os.Handler.handleCallback(Handler.java:587)
  16. E/TetherSettings( 1631): at android.os.Handler.dispatchMessage(Handler.java:92)
  17. E/TetherSettings( 1631): at android.os.Looper.loop(Looper.java:123)
  18. E/TetherSettings( 1631): at android.app.ActivityThread.main(ActivityThread.java:4627)
  19. E/TetherSettings( 1631): at java.lang.reflect.Method.invokeNative(Native Method)
  20. E/TetherSettings( 1631): at java.lang.reflect.Method.invoke(Method.java:521)
  21. E/TetherSettings( 1631): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:868)
  22. E/TetherSettings( 1631): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:626)
  23. E/TetherSettings( 1631): at dalvik.system.NativeStart.main(Native Method)
  24. I/dnsmasq ( 1702): started, version 2.51 cachesize 150
  25. I/dnsmasq ( 1702): compile time options: no-IPv6 GNU-getopt no-DBus no-I18N DHCP no-scripts no-TFTP
  26. W/dnsmasq ( 1702): warning: no upstream servers configured
  27. I/dnsmasq ( 1702): DHCP, IP range 192.168.43.2 -- 192.168.43.254, lease time 1h
  28. I/dnsmasq ( 1702): DHCP, IP range 192.168.42.2 -- 192.168.42.254, lease time 1h
  29. I/dnsmasq ( 1702): read /etc/hosts - 1 addresses
  30. I/dnsmasq ( 1702): using nameserver 4.2.2.2#53
  31. I/dnsmasq ( 1702): using nameserver 8.8.8.8#53
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement