Wayback Machinekoobas.hobune.stream
May JUN Jul
Previous capture 13 Next capture
2021 2022 2023
1 capture
13 Jun 22 - 13 Jun 22
sparklines
Close Help
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
  • Asset Store
  • Get Unity

UNITY ACCOUNT

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account
  • Blog
  • Forums
  • Answers
  • Evangelists
  • User Groups
  • Beta Program
  • Advisory Panel

Navigation

  • Home
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
    • Blog
    • Forums
    • Answers
    • Evangelists
    • User Groups
    • Beta Program
    • Advisory Panel

Unity account

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account

Language

  • Chinese
  • Spanish
  • Japanese
  • Korean
  • Portuguese
  • Ask a question
  • Spaces
    • Default
    • Help Room
    • META
    • Moderators
    • Topics
    • Questions
    • Users
    • Badges
  • Home /
avatar image
3
Question by deinol · Jul 25, 2013 at 04:59 PM · androidprofilerprofiler-error

LogCat flooded with Skipping profile frame.

I'm trying to debug the Android version of my code. But as soon as the app gets going, LogCat is flooded with messages that say "Skipping profile frame. Receiver can not keep up with the amount of data sent."

Is there any way I can disable that message? It's really hard to find my debug messages when I get so many of those that the buffer fills and my debug messages are discarded.

Comment
Add comment · Show 4
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image Sisso · Jul 25, 2013 at 05:37 PM 0
Share

It always easy to control what you see that what an app output. Try to find a tool that help you to work with any log file. If you are a linux/mac/cygwin user, a simple "grep -v 'Skipping profile frame'" solve your problem.

avatar image deinol · Jul 25, 2013 at 05:45 PM 0
Share

If it were dumping to a text file, that would be great. But as far as I can tell, it only saves to file when I click the save icon. At that point, my messages are likely already flooded out of the buffer. I'm still getting used to the Android Developer Environment, but it doesn't quite have what I would expect. I can add a filter, but I can only select things I want to see, unless there is some quirky hidden code to filter out messages that match a certain string.

avatar image deinol · Jul 25, 2013 at 10:02 PM 0
Share

Ah. I'm on a $$anonymous$$ac, so I have all the unix utils. Still wish I could just disable those messages (it is also annoying in Xcode), but at least now I can dump to a file and manipulate it as needed.

avatar image danilonishimura · Dec 11, 2013 at 06:02 PM 0
Share

So the short answer is that there's no way to get rid of those lines?

I'm viewing the log on the mac ter$$anonymous$$al, and even after removing the "Skipping profile" line, it still gets another empty line and a third line containing the cpp source line.

1 Reply

· Add your reply
  • Sort: 
avatar image
1

Answer by Sisso · Jul 25, 2013 at 05:59 PM

You can execute logcat directly from command line using adb. Adb is a powerfull tool where you can copy file, execute bash code, and look into logs. (http://developer.android.com/tools/help/adb.html). If you have a device with http://www.cyanogenmod.org, they have some nice features like colored output and use wireless to connect to device.

 /android-sdk/platform-tools/adb logcat | grep -v "getout"

This I use with cygwin to output into a file

 /cygdrive/c/Dev/android-sdk/platform-tools/adb.exe logcat -s Unity ActivityManager PackageManager dalvikvm DEBUG > "/cygdrive/c/Users/Sisso/logs/$(date +'%Y-%m-%dT%H%M%S').log"
Comment
Add comment · Share
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users

Your answer

Hint: You can notify a user about this post by typing @username

Up to 2 attachments (including images) can be used with a maximum of 524.3 kB each and 1.0 MB total.

Follow this Question

Answers Answers and Comments

17 People are following this question.

avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image

Related Questions

Device.Present or GFX.WaitForPresent 1 Answer

Unable to connect profiler through wire on unity 2019.2.1 0 Answers

Android Device can't able to connect with Profiler 1 Answer

GPU (render time) increase if screen size increase 1 Answer

Very Bad Performance on Android 3 Answers


Enterprise
Social Q&A

Social
Subscribe on YouTube social-youtube Follow on LinkedIn social-linkedin Follow on Twitter social-twitter Follow on Facebook social-facebook Follow on Instagram social-instagram

Footer

  • Purchase
    • Products
    • Subscription
    • Asset Store
    • Unity Gear
    • Resellers
  • Education
    • Students
    • Educators
    • Certification
    • Learn
    • Center of Excellence
  • Download
    • Unity
    • Beta Program
  • Unity Labs
    • Labs
    • Publications
  • Resources
    • Learn platform
    • Community
    • Documentation
    • Unity QA
    • FAQ
    • Services Status
    • Connect
  • About Unity
    • About Us
    • Blog
    • Events
    • Careers
    • Contact
    • Press
    • Partners
    • Affiliates
    • Security
Copyright © 2020 Unity Technologies
  • Legal
  • Privacy Policy
  • Cookies
  • Do Not Sell My Personal Information
  • Cookies Settings
"Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
  • Anonymous
  • Sign in
  • Create
  • Ask a question
  • Spaces
  • Default
  • Help Room
  • META
  • Moderators
  • Explore
  • Topics
  • Questions
  • Users
  • Badges