java.net.URL.toString()及NullPointerException

By | 2010-04-27

太久沒碰Java…寫Android的project又要用Java@@
原來URL只可以存RFC2396格式的東西,別的會出expection (天丫!找蟲找半天)
e.g. URL myurl=new URL(“I am empty”);  //exception+myurl會變null

Android的debugger真的不會用……expection也看不到= =
一堆海量的東西在cat log呢
每次也要手動edit filter指定pid,麻煩得很。

看來要花點時間學學Android debug的程序

Leave a Reply

Your email address will not be published. Required fields are marked *