<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<p>Well bummer. Below is my corresponing logcat. Where I get a:</p>
<p><tt>05-30 12:53:20.185 3777 4829 D SWORD : received response
from makeRequest with .length(): 88609<br>
05-30 12:53:20.209 3777 3777 D SystemWebChromeClient:
<a class="moz-txt-link-freetext" href="file:///android_asset/www/js/versestudy.js">file:///android_asset/www/js/versestudy.js</a>: Line 332 : ******
Returned from request to:
<a class="moz-txt-link-freetext" href="http://ntvmr.uni-muenster.de/community/vmr/api/metadata/liste/search/">http://ntvmr.uni-muenster.de/community/vmr/api/metadata/liste/search/</a>;
result</tt></p>
<p>you get a:</p>
<p><tt>05-30 21:17:38.942 16343 16561 D SWORD : received response
from makeRequest with .length(): 88609<br>
05-30 21:17:38.973 16343 16343 D SystemWebChromeClient: : Line 1
: Uncaught SyntaxError: Invalid or unexpected token</tt><tt><br>
</tt><tt>05-30 21:17:38.973 16343 16343 I chromium:
[<a class="moz-txt-link-freetext" href="INFO:CONSOLE(1)">INFO:CONSOLE(1)</a>] "Uncaught SyntaxError: Invalid or unexpected
token", source: (1)</tt><tt><br>
</tt></p>
<p>Line 332 is just before we send the buffer to be parsed as XML.
I would think I would still get the output showing that we
returned from the request, but maybe the console log wasn't
flushed before the error was thrown. It could also be that the
actual debug line which prints out the result is causing the error
:) Maybe the line is too big to be printed out. Who knows. I've
changed a few more things right around that code. I am no longer
outputting the entire buffer, but instead just the size of the
buffer. I have also surrounded the xml parse call with a try
catch block and added a few more debug lines.</p>
<p>Sorry for asking again, but any chance I can get another logcat
from the latest beta? :)</p>
<p>Also, I've added a baseline text reading for the Digital ECM
feature which shows up only for Acts in the Variant Study menu.
Acts was the first volume released at the INTF after we started
building their digital tools. Eventually, we'd like to get the
other existing volumes in system, but we only have Acts data right
now.</p>
<p><a class="moz-txt-link-freetext" href="http://crosswire.org/~scribe/bishop.apk">http://crosswire.org/~scribe/bishop.apk</a><br>
</p>
<p>Troy<br>
</p>
<p><br>
</p>
<p>05-30 12:53:16.200 3777 3777 D SystemWebChromeClient:
<a class="moz-txt-link-freetext" href="file:///android_asset/www/js/versestudy.js">file:///android_asset/www/js/versestudy.js</a>: Line 330 : ******
Making request to:
<a class="moz-txt-link-freetext" href="http://ntvmr.uni-muenster.de/community/vmr/api/metadata/liste/search/">http://ntvmr.uni-muenster.de/community/vmr/api/metadata/liste/search/</a>;
params: {"biblicalContent":"Jas.1.1","detail":"page","limit":40}<br>
05-30 12:53:16.200 3777 3777 I chromium: [<a class="moz-txt-link-freetext" href="INFO:CONSOLE(330)">INFO:CONSOLE(330)</a>]
"****** Making request to:
<a class="moz-txt-link-freetext" href="http://ntvmr.uni-muenster.de/community/vmr/api/metadata/liste/search/">http://ntvmr.uni-muenster.de/community/vmr/api/metadata/liste/search/</a>;
params: {"biblicalContent":"Jas.1.1","detail":"page","limit":40}",
source: <a class="moz-txt-link-freetext" href="file:///android_asset/www/js/versestudy.js">file:///android_asset/www/js/versestudy.js</a> (330)<br>
05-30 12:53:16.200 3777 3885 D SWORD : about to spawn thread
makeRequest(url:
<a class="moz-txt-link-freetext" href="http://ntvmr.uni-muenster.de/community/vmr/api/metadata/liste/search/">http://ntvmr.uni-muenster.de/community/vmr/api/metadata/liste/search/</a>,
postData: biblicalContent=Jas.1.1&detail=page&limit=40,
method: 1<br>
05-30 12:53:16.200 3777 4829 D SWORD : makeRequest(url:
<a class="moz-txt-link-freetext" href="http://ntvmr.uni-muenster.de/community/vmr/api/metadata/liste/search/">http://ntvmr.uni-muenster.de/community/vmr/api/metadata/liste/search/</a>,
postData: biblicalContent=Jas.1.1&detail=page&limit=40,
method: 1<br>
05-30 12:53:16.200 3777 4829 D SWORD : about to add postData
length to header<br>
05-30 12:53:16.200 3777 4829 D SWORD : finished adding
postData length to header<br>
05-30 12:53:16.200 3777 4829 D SWORD : adding any given
headers<br>
05-30 12:53:16.200 3777 4829 D SWORD : done adding any given
headers<br>
05-30 12:53:16.200 3777 4829 D SWORD : opening connection<br>
05-30 12:53:16.200 3777 4829 D SWORD : setting request method<br>
05-30 12:53:16.200 3777 4829 D SWORD : setting request
properties<br>
05-30 12:53:16.200 3777 4829 D SWORD : sending post data<br>
05-30 12:53:16.384 3777 4829 D SWORD : getting response code<br>
05-30 12:53:19.060 3777 4829 D SWORD : response code: 200<br>
05-30 12:53:19.060 3777 4829 D SWORD : getting response<br>
05-30 12:53:20.185 3777 4829 D SWORD : finished. returning
response with .length(): 88609<br>
05-30 12:53:20.185 3777 4829 D SWORD : received response from
makeRequest with .length(): 88609<br>
05-30 12:53:20.209 3777 3777 D SystemWebChromeClient:
<a class="moz-txt-link-freetext" href="file:///android_asset/www/js/versestudy.js">file:///android_asset/www/js/versestudy.js</a>: Line 332 : ******
Returned from request to:
<a class="moz-txt-link-freetext" href="http://ntvmr.uni-muenster.de/community/vmr/api/metadata/liste/search/">http://ntvmr.uni-muenster.de/community/vmr/api/metadata/liste/search/</a>;
result: "<manuscripts count=\"248\" pagecount=\"258\"
partial=\"true\"><manuscript docID=\"10074\"
primaryName=\"P74\" gaNum=\"P74\" v11n=\"\" lang=\"g\" userID=\"\"
groupID=\"\"><originYear early=\"600\"
late=\"699\">VII</originYear><contentOverview>Act
1,2-28,31+; Jc 1,1-5,20+; 1P 1,1-2.7-8.13.19-20.25;
2,6-7.11-12.18.24; 3,4-5; 2P 2,21; 3,4.11. 16; 1J 1,1.6;
2,1-2.7.13-14.18-19. 25-26; 3,1-2.8. 14.19-20; 4,1.6-7.12.16-17;
5,3-4.9-10.17; 2J 1.6-7.13; 3J 6.12; Jd 3.7.12.
18.24</contentOverview><leavesDescription>(124)</leavesDescription><columns
columnsMin=\"1\">1</columns><lineCount
lineCountMin=\"30\"
lineCountMax=\"35\"></lineCount><height
heightMin=\"320\" /><width widthMin=\"200\"
/><shelfInstances><shelfInstance shelfID=\"61\"
instID=\"0\" instName=\"Bibliotheca Bodmeriana\"
instPlace=\"Cologny/Genf\" instCountry=\"Switzerland\"
instLogoURL=\"\"
instURL=\<a class="moz-txt-link-rfc2396E" href="http://www.fondationbodmer.org/\">"http://www.fondationbodmer.org/\"</a>><shelfNumber>P.
Bodmer
XVII</shelfNumber><formerGANumber></formerGANumber><contentOverview></contentOverview><leavesDescription></leavesDescription><originYearDescription></originYearDescription></shelfInstance></shelfInstances><pages
count=\"1\"><page pageID=\"1890\" shelfID=\"\" folio=\"189\"
biblicalContent=\"Jas 1:1-6\" indexContent=\"Jas 1:1-6\"
indexedBy=\"lakmann\"
sortOrder=\"01890\"><images><image
thumbURL=\<a class="moz-txt-link-rfc2396E" href="http://ntmss.info/images/thumbs/10074/1890_49_10.jpg\">"http://ntmss.info/images/thumbs/10074/1890_49_10.jpg\"</a>
webFriendlyURL=\<a class="moz-txt-link-rfc2396E" href="http://ntvmr.uni-muenster.de/community/images/protected1.png\">"http://ntvmr.uni-muenster.de/community/images/protected1.png\"</a>
protected=\"true\" accessLevel=\"1\" protectLevel=\"0\"
instID=\"49\" surrID=\"10\" userName=\"\"
uri=\<a class="moz-txt-link-rfc2396E" href="http://ntvmr.uni-muenster.de/community/images/protected1.png\">"http://ntvmr.uni-muenster.de/community/images/protected1.png\"</a>
viewURL=\<a class="moz-txt-link-rfc2396E" href="http://ntvmr.uni-muenster.de/community/modules/papyri/?site=VMR&amp;image=10074/1890/10\">"http://ntvmr.uni-muenster.de/community/modules/papyri/?site=VMR&amp;image=10074/1890/10\"</a>><attribution>&lt;a
target=&quot;_blank&quot;
href=&quot;<a class="moz-txt-link-freetext" href="http://ntvmr.uni-muenster.de/liste&quot;&gt;&lt;div&gt;Images">http://ntvmr.uni-muenster.de/liste&quot;&gt;&lt;div&gt;Images</a>
©&lt;br/&gt;The Holding
Institution&lt;/div&gt;&lt;/a&gt;
&amp;nbsp;
&lt;a
target=&quot;_blank&quot;
href=&quot;<a class="moz-txt-link-freetext" href="http://egora.uni-muenster.de/intf/&quot;&gt;&lt;div&gt;Photos">http://egora.uni-muenster.de/intf/&quot;&gt;&lt;div&gt;Photos</a>
Digitized by&lt;br/&gt;INTF for Research
Purposes&lt;/div&gt;&lt;/a&gt;</attribution></image><image
thumbURL=\<a class="moz-txt-link-rfc2396E" href="http://ntmss.info/images/thumbs/10074/1890_49_20.jpg\">"http://ntmss.info/images/thumbs/10074/1890_49_20.jpg\"</a>
webFriendlyURL=\<a class="moz-txt-link-rfc2396E" href="http://ntvmr.uni-muenster.de/community/images/protected1.png\">"http://ntvmr.uni-muenster.de/community/images/protected1.png\"</a>
protected=\"true\" accessLevel=\"1\" protectLevel=\"0\"
instID=\"49\" surrID=\"20\" userName=\"\"
uri=\<a class="moz-txt-link-rfc2396E" href="http://ntvmr.uni-muenster.de/community/images/protected1.png\">"http://ntvmr.uni-muenster.de/community/images/protected1.png\"</a>
viewURL=\<a class="moz-txt-link-rfc2396E" href="http://ntvmr.uni-muenster.de/community/modules/papyri/?site=VMR&amp;image=10074/1890/20\">"http://ntvmr.uni-muenster.de/community/modules/papyri/?site=VMR&amp;image=10074/1890/20\"</a>><attribution>&lt;a
target=&quot;_blank&quot;
href=&quot;<a class="moz-txt-link-freetext" href="http://ntvmr.uni-muenster.de/liste&quot;&gt;&lt;div&gt;Images">http://ntvmr.uni-muenster.de/liste&quot;&gt;&lt;div&gt;Images</a>
©&lt;br/&gt;The Holding
Institution&lt;/div&gt;&lt;/a&gt;
&amp;nbsp;
&lt;a
target=&quot;_blank&quot;
href=&quot;<a class="moz-txt-link-freetext" href="http://egora.uni-muenster.de/intf/&quot;&gt;&lt;div&gt;Photos">http://egora.uni-muenster.de/intf/&quot;&gt;&lt;div&gt;Photos</a>
Digitized by&lt;br/&gt;INTF for Research
Purposes&lt;/div&gt;&lt;/a&gt;</attribution></image><image
thumbURL=\<a class="moz-txt-link-rfc2396E" href="http://ntmss.info/images/thumbs/10074/1890_49_30.jpg\">"http://ntmss.info/images/thumbs/10074/1890_49_30.jpg\"</a>
webFriendlyURL=\"iiif://|<a class="moz-txt-link-freetext" href="https://iiif.unige.ch/manifest/IIIFManifest_1072205356.json|188|https://iiif.unige.ch/iiif/2/1072205356_190\">https://iiif.unige.ch/manifest/IIIFManifest_1072205356.json|188|https://iiif.unige.ch/iiif/2/1072205356_190\</a>"
accessLevel=\"0\" protectLevel=\"0\" instID=\"49\" surrID=\"30\"
userName=\"\"
uri=\"iiif://|<a class="moz-txt-link-freetext" href="https://iiif.unige.ch/manifest/IIIFManifest_1072205356.json|188|https://iiif.unige.ch/iiif/2/1072205356_190\">https://iiif.unige.ch/manifest/IIIFManifest_1072205356.json|188|https://iiif.unige.ch/iiif/2/1072205356_190\</a>"
viewURL=\<a class="moz-txt-link-rfc2396E" href="http://ntvmr.uni-muenster.de/community/modules/papyri/?site=VMR&amp;image=10074/1890/30\">"http://ntvmr.uni-muenster.de/community/modules/papyri/?site=VMR&amp;image=10074/1890/30\"</a>><attribution>&lt;a
target=&quot;_blank&quot;
href=&quot;<a class="moz-txt-link-freetext" href="http://fondationbodmer.ch/en/foundation/&quot;&gt;&lt;img">http://fondationbodmer.ch/en/foundation/&quot;&gt;&lt;img</a>
src=&quot;<a class="moz-txt-link-freetext" href="http://fondationbodmer.ch/wp/wp-content/themes/fondationbodmer/images/logo2.png&quot;&gt;&lt;div&gt;Images">http://fondationbodmer.ch/wp/wp-content/themes/fondationbodmer/images/logo2.png&quot;&gt;&lt;div&gt;Images</a>
©&lt;br&gt;The Martin Bodmer Foundation, Cologny
(Geneva)&#10;&lt;/div&gt;&lt;/a&gt;</attribution></image></images><transcriptions><transcription
uri=\"<a class="moz-txt-link-freetext" href="http://ntvmr.uni-muenster.de/community/vmr/api">http://ntvmr.uni-muenster.de/community/vmr/api</a><br>
05-30 12:53:20.262 3777 3777 I chromium: [<a class="moz-txt-link-freetext" href="INFO:CONSOLE(332)">INFO:CONSOLE(332)</a>]
"****** Returned from request to:
<a class="moz-txt-link-freetext" href="http://ntvmr.uni-muenster.de/community/vmr/api/metadata/liste/search/">http://ntvmr.uni-muenster.de/community/vmr/api/metadata/liste/search/</a>;
result: "<manuscripts count=\"248\" pagecount=\"258\"
partial=\"true\"><manuscript docID=\"10074\"
primaryName=\"P74\" gaNum=\"P74\" v11n=\"\" lang=\"g\" userID=\"\"
groupID=\"\"><originYear early=\"600\"
late=\"699\">VII</originYear><contentOverview>Act
1,2-28,31+; Jc 1,1-5,20+; 1P 1,1-2.7-8.13.19-20.25;
2,6-7.11-12.18.24; 3,4-5; 2P 2,21; 3,4.11. 16; 1J 1,1.6;
2,1-2.7.13-14.18-19. 25-26; 3,1-2.8. 14.19-20; 4,1.6-7.12.16-17;
5,3-4.9-10.17; 2J 1.6-7.13; 3J 6.12; Jd 3.7.12.
18.24</contentOverview><leavesDescription>(124)</leavesDescription><columns
columnsMin=\"1\">1</columns><lineCount
lineCountMin=\"30\"
lineCountMax=\"35\"></lineCount><height
heightMin=\"320\" /><width widthMin=\"200\"
/><shelfInstances><shelfInstance shelfID=\"61\"
instID=\"0\" instName=\"Bibliotheca Bodmeriana\"
instPlace=\"Cologny/Genf\" instCountry=\"Switzerland\"
instLogoURL=\"\"
instURL=\<a class="moz-txt-link-rfc2396E" href="http://www.fondationbodmer.org/\">"http://www.fondationbodmer.org/\"</a>><shelfNumber>P.
Bodmer
XVII</shelfNumber><formerGANumber></formerGANumber><contentOverview></contentOverview><leavesDescription></leavesDescription><originYearDescription></originYearDescription></shelfInstance></shelfInstances><pages
count=\"1\"><page pageID=\"1890\" shelfID=\"\" folio=\"189\"
biblicalContent=\"Jas 1:1-6\" indexContent=\"Jas 1:1-6\"
indexedBy=\"lakmann\"
sortOrder=\"01890\"><images><image
thumbURL=\<a class="moz-txt-link-rfc2396E" href="http://ntmss.info/images/thumbs/10074/1890_49_10.jpg\">"http://ntmss.info/images/thumbs/10074/1890_49_10.jpg\"</a>
webFriendlyURL=\<a class="moz-txt-link-rfc2396E" href="http://ntvmr.uni-muenster.de/community/images/protected1.png\">"http://ntvmr.uni-muenster.de/community/images/protected1.png\"</a>
protected=\"true\" accessLevel=\"1\" protectLevel=\"0\"
instID=\"49\" surrID=\"10\" userName=\"\"
uri=\<a class="moz-txt-link-rfc2396E" href="http://ntvmr.uni-muenster.de/community/images/protected1.png\">"http://ntvmr.uni-muenster.de/community/images/protected1.png\"</a>
viewURL=\<a class="moz-txt-link-rfc2396E" href="http://ntvmr.uni-muenster.de/community/modules/papyri/?site=VMR&amp;image=10074/1890/10\">"http://ntvmr.uni-muenster.de/community/modules/papyri/?site=VMR&amp;image=10074/1890/10\"</a>><attribution>&lt;a
target=&quot;_blank&quot;
href=&quot;<a class="moz-txt-link-freetext" href="http://ntvmr.uni-muenster.de/liste&quot;&gt;&lt;div&gt;Images">http://ntvmr.uni-muenster.de/liste&quot;&gt;&lt;div&gt;Images</a>
©&lt;br/&gt;The Holding
Institution&lt;/div&gt;&lt;/a&gt;
&amp;nbsp;
&lt;a
target=&quot;_blank&quot;
href=&quot;<a class="moz-txt-link-freetext" href="http://egora.uni-muenster.de/intf/&quot;&gt;&lt;div&gt;Photos">http://egora.uni-muenster.de/intf/&quot;&gt;&lt;div&gt;Photos</a>
Digitized by&lt;br/&gt;INTF for Research
Purposes&lt;/div&gt;&lt;/a&gt;</attribution></image><image
thumbURL=\<a class="moz-txt-link-rfc2396E" href="http://ntmss.info/images/thumbs/10074/1890_49_20.jpg\">"http://ntmss.info/images/thumbs/10074/1890_49_20.jpg\"</a>
webFriendlyURL=\<a class="moz-txt-link-rfc2396E" href="http://ntvmr.uni-muenster.de/community/images/protected1.png\">"http://ntvmr.uni-muenster.de/community/images/protected1.png\"</a>
protected=\"true\" accessLevel=\"1\" protectLevel=\"0\"
instID=\"49\" surrID=\"20\" userName=\"\"
uri=\<a class="moz-txt-link-rfc2396E" href="http://ntvmr.uni-muenster.de/community/images/protected1.png\">"http://ntvmr.uni-muenster.de/community/images/protected1.png\"</a>
viewURL=\<a class="moz-txt-link-rfc2396E" href="http://ntvmr.uni-muenster.de/community/modules/papyri/?site=VMR&amp;image=10074/1890/20\">"http://ntvmr.uni-muenster.de/community/modules/papyri/?site=VMR&amp;image=10074/1890/20\"</a>><attribution>&lt;a
target=&quot;_blank&quot;
href=&quot;<a class="moz-txt-link-freetext" href="http://ntvmr.uni-muenster.de/liste&quot;&gt;&lt;div&gt;Images">http://ntvmr.uni-muenster.de/liste&quot;&gt;&lt;div&gt;Images</a>
©&lt;br/&gt;The Holding
Institution&lt;/div&gt;&lt;/a&gt;
&amp;nbsp;
&lt;a
target=&quot;_blank&quot;
href=&quot;<a class="moz-txt-link-freetext" href="http://egora.uni-muenster.de/intf/&quot;&gt;&lt;div&gt;Photos">http://egora.uni-muenster.de/intf/&quot;&gt;&lt;div&gt;Photos</a>
Digitized by&lt;br/&gt;INTF for Research
Purposes&lt;/div&gt;&lt;/a&gt;</attribution></image><image
thumbURL=\<a class="moz-txt-link-rfc2396E" href="http://ntmss.info/images/thumbs/10074/1890_49_30.jpg\">"http://ntmss.info/images/thumbs/10074/1890_49_30.jpg\"</a>
webFriendlyURL=\"iiif://|<a class="moz-txt-link-freetext" href="https://iiif.unige.ch/manifest/IIIFManifest_1072205356.json|188|https://iiif.unige.ch/iiif/2/1072205356_190\">https://iiif.unige.ch/manifest/IIIFManifest_1072205356.json|188|https://iiif.unige.ch/iiif/2/1072205356_190\</a>"
accessLevel=\"0\" protectLevel=\"0\" instID=\"49\" surrID=\"30\"
userName=\"\"
uri=\"iiif://|<a class="moz-txt-link-freetext" href="https://iiif.unige.ch/manifest/IIIFManifest_1072205356.json|188|https://iiif.unige.ch/iiif/2/1072205356_190\">https://iiif.unige.ch/manifest/IIIFManifest_1072205356.json|188|https://iiif.unige.ch/iiif/2/1072205356_190\</a>"
viewURL=\<a class="moz-txt-link-rfc2396E" href="http://ntvmr.uni-muenster.de/community/modules/papyri/?site=VMR&amp;image=10074/1890/30\">"http://ntvmr.uni-muenster.de/community/modules/papyri/?site=VMR&amp;image=10074/1890/30\"</a>><attribution>&lt;a
target=&quot;_blank&quot;
href=&quot;<a class="moz-txt-link-freetext" href="http://fondationbodmer.ch/en/foundation/&quot;&gt;&lt;img">http://fondationbodmer.ch/en/foundation/&quot;&gt;&lt;img</a>
src=&quot;<a class="moz-txt-link-freetext" href="http://fondationbodmer.ch/wp/wp-content/themes/fondationbodmer/images/logo2.png&quot;&gt;&lt;div&gt;Images">http://fondationbodmer.ch/wp/wp-content/themes/fondationbodmer/images/logo2.png&quot;&gt;&lt;div&gt;Images</a>
©&lt;br&gt;The Martin Bodmer Foundation, Cologny
(Geneva)&#10;&lt;/div&gt;&lt;/a&gt;</attribution></image></images><transcriptions><transcription
uri=\"<a class="moz-txt-link-freetext" href="http://ntvmr.uni-muenster.de/community/vmr/api/transcript/get/?docid=10074&amp;pageID=1890&am">http://ntvmr.uni-muenster.de/community/vmr/api/transcript/get/?docid=10074&amp;pageID=1890&am</a><br>
05-30 12:53:20.279 3777 3777 D SystemWebChromeClient:
<a class="moz-txt-link-freetext" href="file:///android_asset/www/js/versestudy.js">file:///android_asset/www/js/versestudy.js</a>: Line 334 : ******
parsed XML.<br>
05-30 12:53:20.279 3777 3777 I chromium: [<a class="moz-txt-link-freetext" href="INFO:CONSOLE(334)">INFO:CONSOLE(334)</a>]
"****** parsed XML.", source:
<a class="moz-txt-link-freetext" href="file:///android_asset/www/js/versestudy.js">file:///android_asset/www/js/versestudy.js</a> (334)<br>
05-30 12:53:20.279 3777 3777 D SystemWebChromeClient:
<a class="moz-txt-link-freetext" href="file:///android_asset/www/js/versestudy.js">file:///android_asset/www/js/versestudy.js</a>: Line 340 : ****** No
error found.<br>
05-30 12:53:20.279 3777 3777 I chromium: [<a class="moz-txt-link-freetext" href="INFO:CONSOLE(340)">INFO:CONSOLE(340)</a>]
"****** No error found.", source:
<a class="moz-txt-link-freetext" href="file:///android_asset/www/js/versestudy.js">file:///android_asset/www/js/versestudy.js</a> (340)<br>
05-30 12:53:20.279 3777 3777 D SystemWebChromeClient:
<a class="moz-txt-link-freetext" href="file:///android_asset/www/js/versestudy.js">file:///android_asset/www/js/versestudy.js</a>: Line 345 : ******
iterating manuscripts.<br>
05-30 12:53:20.279 3777 3777 I chromium: [<a class="moz-txt-link-freetext" href="INFO:CONSOLE(345)">INFO:CONSOLE(345)</a>]
"****** iterating manuscripts.", source:
<a class="moz-txt-link-freetext" href="file:///android_asset/www/js/versestudy.js">file:///android_asset/www/js/versestudy.js</a> (345)<br>
05-30 12:53:20.279 3777 3777 D SystemWebChromeClient:
<a class="moz-txt-link-freetext" href="file:///android_asset/www/js/versestudy.js">file:///android_asset/www/js/versestudy.js</a>: Line 348 : ******
iterating pages.<br>
<br>
</p>
<div class="moz-cite-prefix">On 5/30/19 12:24 PM, Dominique Corbex
wrote:<br>
</div>
<blockquote type="cite"
cite="mid:20190530212401.82ca8b59ed526888e0adcdfa@corbex.org">
<pre class="moz-quote-pre" wrap="">On Thu, 30 May 2019 09:01:21 -0700
"Troy A. Griffitts" <a class="moz-txt-link-rfc2396E" href="mailto:scribe@crosswire.org"><scribe@crosswire.org></a> wrote:
</pre>
<blockquote type="cite">
<pre class="moz-quote-pre" wrap="">New update available
</pre>
</blockquote>
<pre class="moz-quote-pre" wrap="">
new adb logcat atached.
Dom
</pre>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<pre class="moz-quote-pre" wrap="">_______________________________________________
sword-devel mailing list: <a class="moz-txt-link-abbreviated" href="mailto:sword-devel@crosswire.org">sword-devel@crosswire.org</a>
<a class="moz-txt-link-freetext" href="http://www.crosswire.org/mailman/listinfo/sword-devel">http://www.crosswire.org/mailman/listinfo/sword-devel</a>
Instructions to unsubscribe/change your settings at above page</pre>
</blockquote>
</body>
</html>