記錄乙個bug的解法

2021-06-10 17:01:17 字數 1053 閱讀 4452

//: add by duanyf 20121105 start

int index = 0;

string str_index = null;

int pic_index = 0;

string type = utils.ensurenotnull(intent.gettype());

log.d(tag, "uri is " + uri);

if (uri.getscheme().equals("file") && (type.contains("image/"))) ,

buff.tostring(), null, null);

for (cur.movetofirst(); !cur.isafterlast(); cur

.movetonext())

if (index == 0) else

}integer integer = new integer(index);

str_index = integer.tostring();}}

//: add by duanyf 20121105 end

path itempath = dm.findpathbyuri(uri);

if(itempath==null)

path albumpath = dm.getdefaultsetof(itempath);

//: add by duanyf 20121105 start

mediaset mmediaset = dm.getmediaset(albumpath.tostring());

if (mmediaset != null)

mediaitemlist = mmediaset.getmediaitem(0, count);

log.d(tag, "str_index is " + str_index);

if (mediaitemlist != null)

} else

} else

//: add by duanyf 20121105 end

記錄乙個BUG

vm版本 kali版本 centos 8 版本 vmtool版本 新裝的centos8 因為無法拖拽檔案到虛擬機器中,就重新裝了一下vmtool,安裝之後還是不行,開啟kali發現原本裝好的vmtool,現在也不能拖拽檔案了,就又在kali重灌了一次,還是不能拖拽,上網查了一下,在執行.vmware...

記錄乙個高階BUG

偶然出現一次,差點額忘記,但是一旦出現,後患無窮,記錄一下。因為新程式會在任務中一直鳴叫,但是mqtt一直沒有看到裝置入網。看log,我的裝置沒有連線到正確的平台!思考 這個bin檔案是之前上傳到平台的,其間我已經修改了工程!因為cfg檔案是不變了,裝置會讀cfg獲得平台位址!也就是我cfg改了以後...

記錄乙個難找的bug

這個bug沒有崩潰點,程式死掉了。qtcreator 和vs用除錯的方法都定位不到。最後通過注釋 的方式,一步步定位到的。m pmediaplayer new qmediaplayer this m playlist.addmedia qurl fromlocalfile t musicfilepa...