Error Log Collector Application icon

Error Log Collector 1.1

330 KB / 1+ Downloads / Rating 5.0 - 1 reviews


See previous versions

Error Log Collector, developed and published by Howard Utilities, has released its latest version, 1.1, on 2018-12-28. This app falls under the Productivity category on the Google Play Store and has achieved over 100 installs. It currently holds an overall rating of 5.0, based on 1 reviews.

Error Log Collector APK available on this page is compatible with all Android devices that meet the required specifications (Android 2.3+). It can also be installed on PC and Mac using an Android emulator such as Bluestacks, LDPlayer, and others.

Read More

App Screenshot

App Screenshot

App Details

Package name: com.his.android.logcollector.lib

Updated: 6 years ago

Developer Name: Howard Utilities

Category: Productivity

New features: Show more

Installation Instructions

This article outlines two straightforward methods for installing Error Log Collector on PC Windows and Mac.

Using BlueStacks

  1. Download the APK/XAPK file from this page.
  2. Install BlueStacks by visiting http://bluestacks.com.
  3. Open the APK/XAPK file by double-clicking it. This action will launch BlueStacks and begin the application's installation. If the APK file does not automatically open with BlueStacks, right-click on it and select 'Open with...', then navigate to BlueStacks. Alternatively, you can drag-and-drop the APK file onto the BlueStacks home screen.
  4. Wait a few seconds for the installation to complete. Once done, the installed app will appear on the BlueStacks home screen. Click its icon to start using the application.

Using LDPlayer

  1. Download and install LDPlayer from https://www.ldplayer.net.
  2. Drag the APK/XAPK file directly into LDPlayer.

If you have any questions, please don't hesitate to contact us.

Reviews

5 ★, on 2014-10-03
Since Android 4.1 apps are not able to read the logs from other apps any more. This Log Collector solves that problem: add a few extra lines of code to an exception handler to your app. This exception handler will send the log via an Intent to the Error Log Collector app, which will allow you to email it or share it in any other way. The documentation on the website is very clear. I got it working in less than 10 minutes. Very handy when you have a crash while on the go, or for your beta testers. Perfect for when you're still in development mode and not ready yet for a proper beta program via the Play Store / Google Plus beta testers group.

2 ★, on 2016-05-25
This app didn't function for me

Previous Versions

Error Log Collector 1.1
2018-12-28 / 330 KB / Android 2.3+

About this app

The Android Error Log Collector is one of a new generation of mobile applications under the banner of Howard Utilities, to be released into the market during 2014.

Error Log Collector is a useful utility program that allows you, the user, to retrieve a copy of the last saved debug logcat and stack trace file produced from any eligible package installed on the mobile device. Eligible packages are applications that have been built and modified to include the Error Log Collector Exception Handler module (jar file).

Even well tested Android applications can on occasions stop unexpectedly under unusual circumstances and when this happens, it is very useful to be able to obtain a stack trace highlighting exactly where the exception occurred and also a copy of any debug trace file that may have been written to up to the point of the failure.

The Error Log Collector Exception Handler module solves that problem by sitting alongside and within the application, so that it can immediately take over if ever an uncaught exception should occur in the application itself. In that unlikely event it catches the exception and saves the stack trace and debug logcat file in a local file in the download directory on the mobile device, before copying and sending them off to a more permanent location.

The Error Log Collector Exception Handler module jar file can be downloaded from the following URL: http://www.howardintegrationsystems.co.uk/products/his-log-collector-exhr.jar

You can download the latest copy of the Error Log Collector User Guide at http://www.howardintegrationsystems.co.uk/docs/HowardUtilitiesLogCollectorUserGuide.pdf

The jar file then needs to be included in the build path of the application being developed, and the onCreate() method of the Activity java file needs to have a couple of statements added to interface with the Error Log Collector Exception Handler.

New features

T_1.2_20181227_2015 updated to create logcollector-exhr jar file in SD Downloads directory