Android :: Developer Console Error Report

Jul 5, 2010

I posted a free app and I've got a couple users who posted a comment saying that the app force closes in google's feedback. It's got a few hundred downloads in the day it's been up with an 84% retention rate. Google's error report in the developer's console says it has 0 errors. I've never had an app that reported any errors in the console. Does it actually work or am I getting fake reports of force closes? I'm a bit suspicious competitors might be posting the comments, but I don't have any way to confirm that the error reporting google provides does actually work.

Android :: Developer console error report


Android :: Where To Report Typos At Developer.droid.com?

Oct 15, 2010

I found a typo on the guide section at developer.android.com, but I can't find a link/email to report the typo to.

I don't want to report it on the Android Developers Google group, as its a typo and not a technical question.

Anyone have an email address or link I can use to report typos?

View 1 Replies View Related

Android :: Apps Are Not Visible In My Developer Console

Nov 24, 2010

As of November 24 some of my apps are not visible in my developer console.Does anyone have any idea why? they have all been there every other day.

View 2 Replies View Related

Android :: User Comments Available In Developer Console

Jun 30, 2010

I just noticed a new link in the developer console for comments.When clicked, it shows the comments the users have posted. No way to answer them but at least you can see them outside the device.

View 1 Replies View Related

Android :: Developer Console Stopped Updating?

Jan 7, 2010

My "total" and "active install" numbers in Developer Console have not been changing for more than 36 hours, for all 5 apps that I publish. Has anyone seen the same thing? The ranking of my apps haven't been dropping yet (touch wood) so maybe just I am getting a stale view of the numbers?

View 14 Replies View Related

Android :: Duplicated Permissions In Developer Console

Oct 11, 2009

In my app's page, it shows:

CODE:.........

Is this being show to users when they install the app? What could it be?

View 3 Replies View Related

Android :: Can't Mark Errors As Old In Market Developer Console

Jun 25, 2010

in the developer console, I have a couple of errors, which although fixed in the code and marked old in the console, still show up on the front page. And I highly suspect that this is affecting the rank of my apps. This is obviously a bug in the developer console:

1. at the developer console homepage it says (in bold face): Errors (2)

2. when I click on "Errors", it shows: Freezes Crashes 1 new 1 new 0 reports 0 reports 1 old 3 old 2 reports 7 reports

3. When I click on "1 New" in the "Freezes" column, it displays: Old ANR keyDispatchingTimedOut 2 reports 0 reports/week

Also, one of my apps, TapeMachine, has 4.5 stars, 973 downloads, and 83% active installs. For certain keyword searches in the market it has been the first result for many weeks. And since these (bogus) errors are here, it has lost its rank falling under many applications with lower ratings. A similar issue happened with the free version, which has 4 stars and about 20k downloads.Is there a workaround or a fix for this situation?

View 2 Replies View Related

Android :: Developer Console Not Showing Number Of Apps

May 31, 2010

I had published an app and in two days the number of downloads were update normally. But since wednesday the numbers are the same, and I know that maaaany people had download the app.

If there is anyone here that works in google, the app name is "World DroidCup".

View 3 Replies View Related

Android :: Market Developer Console Bugs Feature

May 20, 2010

The new bugs feature is a great move forward to empower devs and users both, kudos Google.

However, the reports don't tell me which version of my app the report is from, which is critical for me to properly triage.

Is there any feedback channel to Google other than this group we could use to get this feature added?

View 22 Replies View Related

Android :: Info & Samples Related To Developer Console Changes

Nov 19, 2010

What is a feature graphic? Could anyone provide an example? Is it required (the console doesn't seem to require it). Also, are "alpha channels allowed in the high resolution icon? Many icons have transparent backgrounds. If you don't allow alpha channels in PNG icons, what should we set the background to?

View 2 Replies View Related

Android :: Market Developer Console Bugs IS NOT WORKING Properly

May 21, 2010

Data there are inconsistent!. On dashboard I have TWO new bugs. Going down I see one NEW and one OLD. When I click on NEW link I see one OLD only. When I go down I see bug marked as OLD. More info for Android Market developers: application: net.hubalek.android.worldclock, Exception class java.lang.NullPointerException Source method WorldClockWidget.onReceive()

View 2 Replies View Related

Android :: Developer Console Page Of Market Not Work On Chromium Browser

Jun 3, 2010

The "Developer Console" page of Android market not work on Chromium browser. Some hyperlink item on this page are un-clickable, such as "Upload Upgrade", "Replace this image", and "add language". However it's work correctly on Fire-Fox browser. I don't know how to report this issue to Chromium developing team, please help me to report this issue.

View 2 Replies View Related

Android :: Downloads & Active Installs Numbers Frozen On Developer Console?

May 31, 2010

For at least 5 days now the number of downloads and active installs have remained the same, surprisingly since it was changing day by day. I still see through my server that new people are registering, so definitely the counters are broken or the numbers dont get refreshed. Has anyone had a similar problem?

View 3 Replies View Related

Android :: How Is Active Installs Count / Percentage In Android Developer Console Calculated?

Feb 5, 2010

The Android Market Developer Console shows two numbers for your submitted application; "total" and "active installs".What exactly does the "active installs" number mean?Is it affected by application upgrades? Does that yield a "total" of 1000 because the APK was downloaded 1000 times but an "Active Installs" of 500 (50%) because, in the end, only 500 people are running the app? Does an upgrade get counted as an uninstall followed by an install?

View 1 Replies View Related

Android :: Android Developer Console And The Market

Feb 15, 2009

The Android Developer Console doesn't allow me to unpublish my previously published applications. I thought it may be a browser/ javascript issue, but I tried several browsers with no luck.In addition, the applications I've published that are not free do not show up on the Market.

View 2 Replies View Related

Android :: Virtual Keyboard - Get Error - Warning In Console

Jul 27, 2009

I'm using Intrumentation to invoke keystrokes and mouse events, but I have a problem when trying to do so on the virtual keyboard. If the virtual keyboard pops up and I want to send a mouse event to click on a character of the keyboard, I get that error/warning in the console:

W/WindowManager( 586): Permission denied: injecting pointer event from pid 1580 uid 10020 to window Window{437522d0 InputMethod paused=false} owned by uid 10003

Is there a way to make it work? I know I can't do instrumentation on native activites, does the native keyboard acts like a native activity?

View 2 Replies View Related

Android :: Report Sync Failed Fatal Error - Out Of Memory

Aug 11, 2009

I am trying to do repo sync and every time I get this error. fatal: Out of memory, malloc failed fatal: index-pack failed

View 2 Replies View Related

Android :: Force Close Report Error Option- Use In Handled Exceptions?

Oct 14, 2010

I find the force close Report option very useful as a developer- the stack trace is really useful to see and I've been able to solve many bugs by using it. However, there are places in my app where (quite rightly) I've used a try/catch statement to handle Exceptions. The problem being, that this prevents a force close and so I can't get the data of the error, which would be helpful for bug fixing or even just giving better error messages. Is there any way to report an Exception which has been handled? And which version of Android did the Report option come about in?

View 1 Replies View Related

HTC Incredible :: Way To See An Error Report After Phone Reboots By Itself?

May 18, 2010

I would love to see what is causing my very occasional reboots..

When my pc crashes it gives a report of what caused the errors, id love to see that same thing with my DI..

It would be cool to see that its a downloaded app causing the problem and i would just get rid of the offender

View 2 Replies View Related

Android : Need Ski Report App

Dec 28, 2009

FYI- here is a ski report app I stumbled upon (not in the marketplace). It's pretty lackluster but provides the basic info. Hopefully Northface or REI will be porting over their apps to android soon. android-ski-report - Project Hosting on Google Code

View 1 Replies View Related

Android :: Cannot Report LogCat Value

Jun 30, 2010

Here's a snip that successfully reads off, to Eclipse LogCat, the height and width of the .PNG on the SD card:

import android.app.Activity; import android.os.Bundle;
import android.util.Log; import android.graphics.Bitmap;
import android.graphics.BitmapFactory; import android.os.Environment;
//...

Bitmap bmp = BitmapFactory.decodeFile(Environment.getExternalStorageDirectory().getAbsolutePath() + "/sample.png");
int width = bmp.getWidth(); int height = bmp.getHeight();
int[] pix = new int[width * height]; bmp.getPixels(pix, 0, width, 0, 0, width, height);
int R, G, B; for (int y = 0; y < height; y++){ for (int x = 0; x < width; x++) { int index = y * width + x;
R = (pix[index] >> 16) & 0xff; //bitwise shifting G = (pix[index] >> 8) & 0xff; B = pix[index] & 0xff;
// [This is where I'd put it. But I can't get a red line off the editor when I do anything.] } } Log.v(TAG, width + " " + height);

I can't for the life of me use Log.v() to report the value of R or G or B. Everything I'm doing draws a red line under v or something when I try. I've tried toString() and everything.

View 2 Replies View Related

Android :: Instruct Users To Report?

Jul 21, 2010

How do you instruct users to report a bug in Android? I'd like to get send detailed instructions to my users to get the most of their bug report. I know there are various apps that send bug reports from the device and I was wondering how other Android developers deal with this.

View 3 Replies View Related

Android :: Print To The Console In An App?

Jun 23, 2010

Can I run an Android app through the emulator and make it print strings to my computer's console? By console I mean the standard place you would expect to see a System.out.println() in a normal java application. So if you ran the java application from the command prompt then you will see the println()s in the command prompt or if you ran the program in eclipse you will see it in the Console tab at the bottom.

View 2 Replies View Related

Android :: Stopping An App From Console

Jun 25, 2010

Is it possible to stop an Android app from the console? Something like: adb stop com.my.app.package

It would speed up our testing process so much. Right now we uninstall/install the app each time to make sure the manual test cases start with a clean state.

View 2 Replies View Related

Android :: How Detailed Google Maps Report To HQ?

Nov 5, 2010

My Galaxy S comes with a built-in Google Maps application. It is not installed by me and hence it does not appear under Manage Applications and I do not know how to tell what sort of information it is accessing. But according to the Privacy Policy of the application, it sends my position to Google, together with my phone number and email address. Does anyone know how often this data is sent to Google? Is it a few times per second or is it every so many meters I have moved.

View 8 Replies View Related

Android :: Core Tests Coverage Report 0%

Dec 12, 2009

We ran core tests by the command "/development/testrunner/runtest.py - v --coverage core" and got coverage report successfully. But the reports says all are 0%. We ran apidemos and got coverage report which looks good.

Below is the console output for core tests:

CODE:.............

So I wonder why core tests's coverage report says 0% and how can I make the report make sense.

View 2 Replies View Related

Android :: How To Output LogCat To Console?

Apr 3, 2010

Is there a way to make LogCat's output to appear in Console view in Eclipse? LogCat view is much less convenient that Console, because it's hard to see long messages in it (they are trimmed by column border) and there are no clickable highlighting in exception stack traces to quickly navigate to source of error. Just to make clear - I'd like to have clickable stacktraces, like the ones in normal Eclipse console so I can quickly navigate to the source of error.

View 5 Replies View Related

Android :: Console Log Not Working In 2.1 Emulator

Apr 28, 2010

I am running one web application in android emulator browser in one java script file. I am trying to output some string as console.log("android");
But I didn't got this log using adb logcat even I tried to start adb logcat firstly and then turn the app. But didn't got log message which I used in console.log. Is there any way so I can get my log message.

View 3 Replies View Related

Android :: Version Of C#'s Console.WriteLine?

Aug 9, 2010

In Android, what is the best way to write to the console. In C# I'd use either Log4Net or just Console.Write

View 4 Replies View Related

Android :: Where To Find Emulator Console?

May 26, 2009

Do you know where the emulator console is? I wanted to use my location with the geo-location, but I canīt find the emulator console!

View 3 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved