GUI Issue

67 views
Skip to first unread message

Murgen

unread,
Oct 18, 2013, 9:48:18 AM10/18/13
to androidlo...@googlegroups.com
Hello,
I'm trying to use androidlogcatofflineviewer but I have an issue the TableView.
When I load an Android log file, yhe log is properly processed, Filters are updated, file name is displayed in the textview, but nothing is displayed in the table view.
I tried to have a look in the code, and everything goes well till at least until this function:






    public void messageReceived(List<LogCatMessage> receivedMessages, int panelID, File file) {
        if (panelID != mPanelID){
                return;
        }
                // change file name
                mPannelName = file.getName()+ "toto";
                mLiveFilterText.setMessage("<" + mPannelName + "> " + DEFAULT_SEARCH_MESSAGE);
                mLiveFilterText.setToolTipText("File path: " + file.getAbsolutePath() + "\n"
                                + DEFAULT_SEARCH_TOOLTIP);
                List<LogCatMessageWrapper> wrapperList = new ArrayList<LogCatMessageWrapper>();
                for (int i = 0; i < receivedMessages.size(); i++) {
                        wrapperList.add(new LogCatMessageWrapper(receivedMessages.get(i)));
                }
                setPIDAndTagList(wrapperList);
                resetUI();//!!!
                mViewer.setInput(wrapperList);
                refreshLogCatTable();
                updateUnreadCount(wrapperList);
                refreshFiltersTable();
                
    }

WrapperList seems to be properly defined, but nothing appears in mViewer.
Thank you for your help,
Best Regards 

lijun

unread,
Oct 18, 2013, 10:02:22 AM10/18/13
to androidlo...@googlegroups.com

please attach a log file which can reproduce the issue.

--
您收到此邮件是因为您订阅了 Google 网上论坛的“androidlogcatviewer”论坛。
要退订此论坛并停止接收此论坛的电子邮件,请发送电子邮件到 androidlogcatvi...@googlegroups.com
要查看更多选项,请访问 https://groups.google.com/groups/opt_out。

Valérian Geny

unread,
Oct 18, 2013, 10:20:37 AM10/18/13
to androidlo...@googlegroups.com
Thank you for answering.
I have the issue with any kind of log. I also tried to use your pattern files, without success.



2013/10/18 lijun <m41m...@gmail.com>

--
您收到此邮件是因为您订阅了 Google 网上论坛“androidlogcatviewer”中的主题。
要退订此主题,请访问 https://groups.google.com/d/topic/androidlogcatviewer/9mWuChIdYkY/unsubscribe。
要退订此论坛及其所有主题,请发送电子邮件到 androidlogcatvi...@googlegroups.com
要查看更多选项,请访问 https://groups.google.com/groups/opt_out。

m41m...@gmail.com

unread,
Oct 18, 2013, 12:38:45 PM10/18/13
to androidlo...@googlegroups.com
Oh, i do not know. Please take screenshot for your each step.
要退订此论坛并停止接收此论坛的电子邮件,请发送电子邮件到 androidlogcatviewer+unsub...@googlegroups.com
要查看更多选项,请访问 https://groups.google.com/groups/opt_out。


Valérian Geny

unread,
Oct 21, 2013, 5:38:35 AM10/21/13
to androidlo...@googlegroups.com
Hello,
You'll find attached screencaptures if what I get after loading a log file.
Thank you for your help
Best Regards,
Images intégrées 1Images intégrées 2


2013/10/18 <m41m...@gmail.com>
Capture1.PNG
Capture2.PNG

m41m...@gmail.com

unread,
Oct 21, 2013, 10:10:26 AM10/21/13
to androidlo...@googlegroups.com
log2toto?
please use the test pattern in release zip.

Valérian Geny

unread,
Oct 21, 2013, 10:32:59 AM10/21/13
to androidlo...@googlegroups.com
Hello,
As required, I used main_v_long.txt.
Regards



Images intégrées 2
Images intégrées 1



2013/10/21 <m41m...@gmail.com>
Capture2.PNG
Capture1.PNG
Capture1.PNG
Capture2.PNG

lijun

unread,
Oct 21, 2013, 7:45:33 PM10/21/13
to androidlo...@googlegroups.com

only this filter have problem? "all message" filter is ok?

remove the filter. test
remove the tool folder
, unzip again, test.

Capture2.PNG
Capture1.PNG
Capture1.PNG
Capture2.PNG

Valérian Geny

unread,
Oct 22, 2013, 4:04:09 AM10/22/13
to androidlo...@googlegroups.com
No, all filter is not working either

Images intégrées 2


2013/10/22 lijun <m41m...@gmail.com>
Capture2.PNG
Capture1.PNG
image.png
Capture1.PNG
Capture2.PNG

Valérian Geny

unread,
Oct 22, 2013, 5:55:58 AM10/22/13
to androidlo...@googlegroups.com
Hi,
I was looking at the code and it isreally an issue with the table Viewer.
But can you zip me your last code version because I have issues to checkout your project from the office. Maybe this will fix the issue.
Thank you,
Best Regards


2013/10/22 Valérian Geny <val...@gmail.com>
Capture2.PNG
Capture2.PNG
Capture1.PNG
image.png
Capture1.PNG

Valérian Geny

unread,
Oct 22, 2013, 9:17:16 AM10/22/13
to androidlo...@googlegroups.com
Hi,
Seems to be working now. It was a mistake on my side. Thank you for your help!
Best Regards
Capture2.PNG
Capture1.PNG
image.png
Capture2.PNG
Capture1.PNG
Reply all
Reply to author
Forward
0 new messages