Skip to content

Commit

Permalink
Set all debugging options back to defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
io7m committed May 21, 2015
1 parent eda283b commit 6aa829c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
8 changes: 4 additions & 4 deletions simplified-app/src/main/assets/logback.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,18 @@

<logger
name="org.nypl.simplified.app.catalog.CatalogFeedBookCellView"
level="DEBUG" />
level="ERROR" />

<logger
name="org.nypl.simplified.app.catalog.CatalogFeedLane"
level="INFO" />
level="ERROR" />

<logger
name="org.nypl.simplified.app.BookCoverProvider"
level="INFO" />
level="ERROR" />

<!-- Log level - change this to ERROR on release -->
<root level="DEBUG">
<root level="ERROR">
<appender-ref ref="LOG_CAT" />
</root>

Expand Down
4 changes: 2 additions & 2 deletions simplified-app/src/main/res/values/debug.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@

<!-- If true, show the status of books in acquisition feed cells, and book detail
activities/dialogs. -->
<bool name="debug_catalog_cell_view_states">true</bool>
<bool name="debug_catalog_cell_view_states">false</bool>

<!-- Set the time to sleep in milliseconds between attempts to read data from the
network by the downloader. This is useful for drastically slowing down the process
of downloading books in order to see the state of any intermediate views in the app. -->
<integer name="debug_downloader_sleep_time_ms">5000</integer>
<integer name="debug_downloader_sleep_time_ms">1</integer>

<!-- If testing on a device with a screen that's considered to be "large", setting
this variable to true will instead cause the screen to be reported as "not large". -->
Expand Down
3 changes: 1 addition & 2 deletions simplified-app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@
<string name="catalog_load_error_text">An error occurred whilst loading the catalog. Please try
again.
</string>
<string name="catalog_start_uri">http://simplified-demo.nypl-labs.biz/rtc.opds
</string>
<string name="catalog_start_uri">http://circulation.alpha.librarysimplified.org/groups/</string>
<string name="catalog_unknown_feed">Unknown</string>
<string name="catalog_detail_related">Related books</string>
<string name="catalog_downloading">Downloading</string>
Expand Down

0 comments on commit 6aa829c

Please sign in to comment.