How to get Android Bugs Reports Data? - dataset

Since Android is open source, I guess there won't be problem if I use the data for my project. I want to do a project where I need a dataset that contains bug reports that many users have sent across the world, and I want to predict the severity of the bug by analyzing the report either by performing text mining on the description of the report or by stacktracing. But, the main problem is Dataset. Can someone tell me how do I get the dataset for this project? Also, if you have any idea on this project, help me out.

Related

PowerBI - Additional Files

I have created a PowerBI. The source of the data is a SQL database. The amount of data I am working with is over 4M rows but unfortunately, PowerBI is not able to load the data. When I look at the TaskManager (see image), I see multiple subprocesses that seem to be running in the background. The file does not give me an error, but it just runs the entire night and still does not load the 4-5M rows.
Is this something y'all have seen before? None of my colleagues have seen this. Would love any inputs.
Thank you,
Kruthika

Is There a Way to Automate the Creation of Data Studio Reports with Different Data Sources

So I am working on client reporting for my agency and Data Studio seems to check all the boxes we need.
However, we have several clients and I need a way to automate the creation of Data Studio reports.
The general steps I would want the script to follow are:
Copy a template report that I've already created
Establish data source based on a list of analytics property IDs etc
Add specific emails to share with client and internal parties
So data studio has an api that I've looked in to but it seems primarily built around building connectors.
I have considered using puppeteer or something of that nature but would much rather use an API if available.
I have yet to really dig in to coding side of it, I am more having trouble finding out if this is even possible.
I've been using Data Studio for some months and I face the same problem. Since we don't have many clients yet is not a big problem, but I didn't found any official way to automate the creation of reports (Apps Script functions only for creating connectors).
Sorry it is not a positive answer but it seems we have to wait, they´re still improving it (back when I started some months ago, we didn't have auto-refresh for data).

What can I do with generated error logs?

I'm currently working on a web application which generates daily error (and non error) logs.
The current system outputs a log per task to a text file, and outputs critical errors as well as "start" and "finish" type messages to an email account.
The current workflow is as follows: scour the email box for errors, then go and find the .txt file to look at the associated errors and find the cause.
There are around 30 txt files split across about 5 servers.
This system was set up before me, but I'm looking for any advice on how to deal with the situation.
I have control of the script forming the error logs so can do pretty much anything - but I'm lost where to start: I'd considered some kind of web facing dashboard tool, maybe output the files to RSS or something?
Are there any external or internal tools I should be using?
Of course you may use the SQL Server Reporting Services or review this comparison table, there are some packages which may support SQL Server but they may be overwhelming for your task.
It's not really clear what your problem is or what you want to do, but if I understand correctly, your biggest problem is that some messages are logged to a log file but others are sent by email. Therefore, there is no single location that has all error messages in it and that makes analysis and troubleshooting difficult.
The best solution would be to use a logging framework that supports multiple logging destinations (file, DB, email) and severities. That would allow you to specify a configuration like "all errors are logged to a text file and critical ones are also sent by email", so you can ensure that you have everything in one place for general analysis but critical errors are also handled with priority.
You didn't mention what programming language you use, but assuming it's .NET-based then log4net and Enterprise Library are two common frameworks and there are many questions about them here on SO. Googling should give you a good idea of the pros and cons for your situation. If you're using a different language then you can look for the equivalent package: log4j (Java), logging (Python) etc.

Google BigQuery - "Not Found: Project [project-id]

I'm having a problem getting started with Google BigQuery. I'm certain I have done everything correctly to create and configure the account. But when I go to the web interface, the it seems unable to find my project. I cannot create/upload any new data and I can't even query the sample data set. All the interface returns is:
Not Found: Project [my-project-id]
However, in the same window, the project name and ID is being listed in the panel on the left...so it looks like BigQuery is aware of my project in some sense. Screen shot below:
I am at a loss of how to rectify this. Does anyone have any ideas of something I might be missing in configuration and/or setup?
Best regards,
Dan
Did you recently set the ID on your project (e.g. xs-analytical-park-g)? If so, there may be a dataset that uses the old name (which was the numeric id of the projcet) which confuses the UI. We periodically search for changed project names and apply updates, but sometimes this can take a while.
I've just checked and it looks like our data should be up-to-date with respect to the project ids, so please let me know if this problem still persists.

Crystal Reports databaselogin promt

im using CR version 13. With VS2010 and CR SP1 for VS2010.
I have a report with lots of subreports. They use XML schemas for data at design time and then uses runtime populated datasets. It works great on my development machine. But on other development machines or in deployment the report pops up a databaselogon promt asking for username etc.
Ive seen alot of people having similar problems, nobody have an answear. Let me make it clear, i dont use a database in any way shape or form.
Other reports works ok, only my new report do this.
I had some subreports i wanted to supress. I did this by simply not setting any datasource on them. For some reason CR on my development machine didnt pop up a dialog for datasource, so i assumed it worked.
What i do instead now, wich is proberbly also the better way. is to give the report a parameter value wich is used in the supress formulas of the sub reports.

Resources